Commit 3e60bbdb by 冷斌

fix bug

parent e01003a7
......@@ -72,12 +72,9 @@
<span class="text_14_600 color_FF3B3B">¥{{item['pay_price']}}</span>
</div>
<div class="layout_h_r">
<a href="http://www.baidu.com" v-if="showSolid(index)">
<div v-if="showSolid(index)" class="order_action_solid self_center"
style="margin-left: 0.75rem;">去支付
</div>
</a>
<div v-if="showSolid(index)" @click="onPay(index)" class="order_action_solid self_center"
style="margin-left: 0.75rem;">去支付
</div>
<div v-if="showHollow(index)" class="order_action_hollow self_center">
{{hollowText(index)}}
</div>
......@@ -217,6 +214,9 @@
}
return 0;
},
onPay: function (item) {
console.log(item);
}
},
created: function () {
this.tab = this.getQueryVariable('status');
......
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