Merge branch 'gaohao' of https://e.coding.net/g-cphe0354/xiaochengxusaomadiancan/cashier_weapp into wwz_x
This commit is contained in:
@@ -376,7 +376,14 @@
|
|||||||
* 生成订单
|
* 生成订单
|
||||||
*/
|
*/
|
||||||
orderdetail() {
|
orderdetail() {
|
||||||
console.log(this.radiovalue)
|
console.log(this.listinfo.details)
|
||||||
|
if ( this.listinfo.details.length == 0) {
|
||||||
|
uni.showToast({
|
||||||
|
title: "购物车为空,请添加商品",
|
||||||
|
icon: "none",
|
||||||
|
})
|
||||||
|
return;
|
||||||
|
}
|
||||||
let data = {
|
let data = {
|
||||||
"skuId": '',
|
"skuId": '',
|
||||||
"num": '', //数量
|
"num": '', //数量
|
||||||
|
|||||||
Reference in New Issue
Block a user