<view class="BtnRight">
<!-- <navigator url="#" class="rightUrl"><button class="righrColor">结算</button></navigator> -->
<view class="rightUrl" @click="showModal('uni')"><button class="righrColor">结算</button></view>
</view>
methods: {
showModal(type) {
if (type === 'uni') {
uni.showModal({content:'确认下单金额'+this.allPrice});
}
},
怎么在methods里面加入取消之后跳转的页面
以及点击确定之后跳转的页面
喵喵miao (作者)
报错
语法错误: Unexpected token, expected "," (90:5)
14:03:34.261 at components\shopcart.vue:90
2020-03-09 14:01
紫川丶
回复 喵喵miao: 语法错误看看是不是少了什么符号了
2020-03-09 16:15