mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-04 04:49:33 +08:00
cart
This commit is contained in:
parent
af770c20a4
commit
53e6fa90cd
@ -1,8 +1,8 @@
|
||||
{
|
||||
"pages": ["pages/cart/cart",
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/goods-category/goods-category",
|
||||
|
||||
"pages/cart/cart",
|
||||
"pages/user/user",
|
||||
"pages/web-view/web-view",
|
||||
"pages/login/login",
|
||||
|
@ -126,7 +126,6 @@ Page({
|
||||
if (res.data.code == 0) {
|
||||
temp_data_list[index]['stock'] = buy_number
|
||||
this.setData({ data_list: temp_data_list });
|
||||
my.showToast({ content: res.data.msg });
|
||||
} else {
|
||||
my.showToast({
|
||||
type: "fail",
|
||||
|
@ -1 +1,3 @@
|
||||
{}
|
||||
{
|
||||
"pullRefresh": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user