Commit 3e60bbdb by 冷斌

fix bug

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