Commit 4a080aed by 高淑倩

暂无线下订单

parent d984bb7e
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"list": [] "list": []
}, },
"miniprogram": { "miniprogram": {
"current": 15, "current": 50,
"list": [ "list": [
{ {
"id": -1, "id": -1,
...@@ -378,7 +378,7 @@ ...@@ -378,7 +378,7 @@
"id": 50, "id": 50,
"name": "销售任务详情", "name": "销售任务详情",
"pathName": "shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo", "pathName": "shoppingGuid/page/pages/saleTaskInfo/saleTaskInfo",
"query": "id=636200872266829824&type=1", "query": "id=638472328497467392&type=1",
"scene": null "scene": null
}, },
{ {
......
...@@ -69,6 +69,10 @@ wxService.page({ ...@@ -69,6 +69,10 @@ wxService.page({
this.setData({ this.setData({
navBar: this.data.navBar, navBar: this.data.navBar,
current: this.data.current current: this.data.current
},()=>{
console.log('this.data.current', this.data.current)
//const { current } = this.data
}); });
}, },
//跳转到活动说明界面 //跳转到活动说明界面
......
...@@ -88,13 +88,13 @@ ...@@ -88,13 +88,13 @@
</view> </view>
</block> </block>
</view> </view>
<view wx:else class='order-item no-order'>暂无订单</view> <view wx:else class='order-item no-order'>暂无线上订单</view>
</view> </view>
<!-- 线下订单 --> <!-- 线下订单 -->
<view class='list offline-order' wx:if="{{current == 2}}"> <view class='list offline-order' wx:if="{{current == 2}}">
<!-- --> <!-- -->
<view class='offline-order-item'> <!--<view class='offline-order-item'>
<view class='items'> <view class='items'>
<label>上海-张江高科店</label> <label>上海-张江高科店</label>
<view> <view>
...@@ -105,33 +105,8 @@ ...@@ -105,33 +105,8 @@
<view class='items'> <view class='items'>
<text>消费时间 2019/09/09</text> <text>消费时间 2019/09/09</text>
</view> </view>
</view> </view>-->
<view class='order-item no-order'>暂无线下订单</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>
...@@ -148,7 +148,7 @@ view{ ...@@ -148,7 +148,7 @@ view{
padding: 30rpx; padding: 30rpx;
} }
.online-order .order-item{ .online-order .order-item, .offline-order .order-item{
width: 100%; width: 100%;
height: auto; height: auto;
padding: 20rpx 30rpx; 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