From b12001b824a3efa00a7ed779ed1cc2089bda4693 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Wed, 30 Dec 2020 20:29:19 +0800 Subject: [PATCH] no message --- app.js | 2 +- pages/mall/product-item/index.wxml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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' : '元/吨' }}