调整体重记录bug显示重复数据bug,变更钱包设置密码,验证密码键盘key

This commit is contained in:
唐明明
2022-01-17 14:31:05 +08:00
parent 7cedee35fe
commit 61d389bef4
8 changed files with 221 additions and 42 deletions

View File

@@ -100,6 +100,20 @@
},
// 确认订单
subOrder(){
if(this.address === ""){
uni.showModal({
title : '提示',
content : '暂未添加收货地址,无法下单',
showCancel : true,
confirmText : '添加',
success : res => {
if(res.confirm){
this.$Router.push({name: 'Address'})
}
}
})
return
}
verify({
goods_sku_id: this.$Route.query.skuId,
qty : this.qty,