This commit is contained in:
gongfuxiang 2018-11-21 02:04:49 +08:00
parent af770c20a4
commit 53e6fa90cd
3 changed files with 5 additions and 4 deletions

View File

@ -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",

View File

@ -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",

View File

@ -1 +1,3 @@
{}
{
"pullRefresh": true
}