@@ -111,12 +111,14 @@ export default {
}
},
methods: {
+ init(){
+
+ },
createOrder(){
let that = this
let price = parseFloat(that.modifyPrice)
that.$util.confirmModal({content:'总金额'+price+'元,确认提交?'},() => {
-
uni.showActionSheet({
itemList: ['请选择收款方式:', '微信', '支付宝','现金','银行卡'],
success: function (respond) {
@@ -130,8 +132,6 @@ export default {
})
payWayChange(e){