|
|
@ -579,6 +579,13 @@ const detailPagePoint = function (url, res) { |
|
|
|
|
|
|
|
|
// app 要传进来 util 获取不到
|
|
|
// app 要传进来 util 获取不到
|
|
|
const orderByShoppingCart = function (listData, app) { |
|
|
const orderByShoppingCart = function (listData, app) { |
|
|
|
|
|
app.globalData.list = [] |
|
|
|
|
|
app.globalData.postProduct = [] |
|
|
|
|
|
app.globalData.product = null |
|
|
|
|
|
app.globalData.createDate = null |
|
|
|
|
|
app.globalData.index = 0 |
|
|
|
|
|
app.globalData.productPrice = 0 |
|
|
|
|
|
app.globalData.ticketPrice = 0 |
|
|
let productType,flag,isCar; |
|
|
let productType,flag,isCar; |
|
|
commonApi.user_post('wx/get_user_keep', { |
|
|
commonApi.user_post('wx/get_user_keep', { |
|
|
jumpurl: '/pages/user/cartlist/list', |
|
|
jumpurl: '/pages/user/cartlist/list', |
|
|
|