Comments function

dev
温雍敬 2 years ago
parent cdcc21bc72
commit 78d1d8c247

@ -113,7 +113,7 @@
</view> </view>
</view> </view>
<view class="button-container"> <view class="button-container">
<button bind:tap="navToComments" class="button">评论</button> <button bindtap="navToComments" data-id="{{item._id}}" class="button">评论</button>
<!-- <button bind:tap="contactTeacher" data-item="{{item.phone}}" class="button">联系</button> --> <!-- <button bind:tap="contactTeacher" data-item="{{item.phone}}" class="button">联系</button> -->
<button bind:tap="reserved" class="button">预约</button> <button bind:tap="reserved" class="button">预约</button>
</view> </view>

@ -68,10 +68,10 @@
"tabIndent": "insertSpaces", "tabIndent": "insertSpaces",
"tabSize": 2 "tabSize": 2
}, },
"appid": "wxa443f40488e954d4",
"libVersion": "2.14.1", "libVersion": "2.14.1",
"packOptions": { "packOptions": {
"ignore": [], "ignore": [],
"include": [] "include": []
}, }
"appid": "wxa443f40488e954d4"
} }
Loading…
Cancel
Save