diff --git a/app.js b/app.js index 5d7a5d7..fbf3d08 100644 --- a/app.js +++ b/app.js @@ -1,7 +1,7 @@ //app.js App({ //----------------------------------------------globalData-------------------------------------- - release: 0, + release: 1, httpUrl: 'https://api.qniao.cn', tmplIds: ['SUjEgwDopCv9xkkSZ4KbS0L7XbAiVQor6GmPg14K760'], agentMsgIds: ['kG8DErWDpyzBHCFaLlSKYMF7xVy8UpgogCwV_WSNt10', 'oLbv-IyJOia2tenh64_Lc8xeAzwgzu3gh1vFJ1Se-ME'], diff --git a/pages/mall/product-item/index.wxml b/pages/mall/product-item/index.wxml index 06fa17b..aaa4632 100644 --- a/pages/mall/product-item/index.wxml +++ b/pages/mall/product-item/index.wxml @@ -12,10 +12,9 @@ {{item.locProvinceName + item.locCityName}} - - 库存:{{formate.formateWeight(item.stock, kg)}} + 库存:{{formate.formateWeight(item.stock, kg)}} - + 起拍单价 ¥{{formate.formatePrice(item.unitPrice, kg)}} {{ kg? '元/KG' : '元/吨' }}