Commit 4a080aed by 高淑倩

暂无线下订单

parent d984bb7e
......@@ -39,7 +39,7 @@
"list": []
},
"miniprogram": {
"current": 15,
"current": 50,
"list": [
{
"id": -1,
......@@ -378,7 +378,7 @@
"id": 50,
"name": "销售任务详情",
"pathName": "shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo",
"query": "id=636200872266829824&type=1",
"query": "id=638472328497467392&type=1",
"scene": null
},
{
......
......@@ -69,6 +69,10 @@ wxService.page({
this.setData({
navBar: this.data.navBar,
current: this.data.current
},()=>{
console.log('this.data.current', this.data.current)
//const { current } = this.data
});
},
//跳转到活动说明界面
......
......@@ -88,13 +88,13 @@
</view>
</block>
</view>
<view wx:else class='order-item no-order'>暂无订单</view>
<view wx:else class='order-item no-order'>暂无线上订单</view>
</view>
<!-- 线下订单 -->
<view class='list offline-order' wx:if="{{current == 2}}">
<!-- -->
<view class='offline-order-item'>
<!--<view class='offline-order-item'>
<view class='items'>
<label>上海-张江高科店</label>
<view>
......@@ -105,33 +105,8 @@
<view class='items'>
<text>消费时间 2019/09/09</text>
</view>
</view>
<view class='offline-order-item'>
<view class='items'>
<label>上海-张江高科店</label>
<view>
实付
<text class='theme-text-color bolder'>¥380 </text>
</view>
</view>
<view class='items'>
<text>消费时间 2019/09/09</text>
</view>
</view>
<view class='offline-order-item'>
<view class='items'>
<label>上海-张江高科店</label>
<view>
实付
<text class='theme-text-color bolder'>¥380 </text>
</view>
</view>
<view class='items'>
<text>消费时间 2019/09/09</text>
</view>
</view>
</view>-->
<view class='order-item no-order'>暂无线下订单</view>
</view>
......@@ -148,7 +148,7 @@ view{
padding: 30rpx;
}
.online-order .order-item{
.online-order .order-item, .offline-order .order-item{
width: 100%;
height: auto;
padding: 20rpx 30rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment