订单
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import bin from "../../../utils/bin"
|
||||
Component({
|
||||
properties: {
|
||||
index:Number
|
||||
},
|
||||
data: {
|
||||
},
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<van-tabs class="tab" swipe-threshold="5">
|
||||
<van-tabs class="tab" swipe-threshold="5" active="{{index}}">
|
||||
<van-tab title="待付款" bind:tap="todetail">
|
||||
<commodity bind:shua="shua" wx:for="{{WAITPAY}}" wx:for-index="j" wx:key="{{j}}" data-id="{{item.order_id}}" num="{{item.goods_num}}" cprice="{{item.goods_price}}" freight="{{item.integral_money}}" goods="{{item.goods_list}}" gid="{{item.order_id}}" type="1"></commodity>
|
||||
</van-tab>
|
||||
|
||||
Reference in New Issue
Block a user