Merge branch 'master' of https://gitee.com/wjl2008_admin/medicine_app
This commit is contained in:
@@ -47,8 +47,9 @@
|
||||
><view class="AC_mark" v-if="slotProps.row.remark">{{
|
||||
slotProps.row.remark
|
||||
}}</view
|
||||
><view class="AC_time">{{ slotProps.row.createTime }}</view>
|
||||
><view class="AC_time">{{ slotProps.row.createTime }} </view>
|
||||
</view>
|
||||
<text class="order" style="font-size: 12px;" v-if="slotProps.row.relationId" @click="goClick(slotProps.row.relationId)">订单详情</text>
|
||||
</template>
|
||||
</common-list>
|
||||
</view>
|
||||
@@ -199,7 +200,7 @@ export default {
|
||||
onPageScroll(e) {
|
||||
this.scrollTop = e.scrollTop;
|
||||
},
|
||||
|
||||
|
||||
// 下拉刷新
|
||||
onReachBottom() {
|
||||
this.status = 0;
|
||||
@@ -247,6 +248,13 @@ export default {
|
||||
},
|
||||
//方法
|
||||
methods: {
|
||||
goClick(id){
|
||||
uni.navigateTo({
|
||||
url: "/pages/bookShop/orderLCont?orderId=" +
|
||||
id
|
||||
|
||||
});
|
||||
},
|
||||
// 获取
|
||||
getData() {
|
||||
var data = {
|
||||
@@ -370,7 +378,9 @@ export default {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.order{
|
||||
color: $themeColor;
|
||||
}
|
||||
.AC_con {
|
||||
// background-color: #fff;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user