作者 zhangwei

shop

{
"pages": [
"pages/index/index",
"pages/homeindex/homeindex",
"pages/kind/detail_1/detail_1",
"pages/homeindex/homeindex",
"pages/kind/kind",
"pages/homeindex/result/result",
"pages/homeindex/search/search",
... ...
... ... @@ -49,7 +49,7 @@ Page({
console.log(res)
that.setData({
detailCon: res.data,
content: res.content,
content: res.data.content,
now_time: res.data.now_time,
})
WxParse.wxParse('content', 'html', this.data.content, this, 5);
... ... @@ -72,7 +72,7 @@ Page({
app.post(url, params, header).then((res) => {
console.log(res)
that.setData({
assess: res.data.list
assess: res.data
})
}).catch((err) => {
console.log(err)
... ...
... ... @@ -20,7 +20,7 @@
<text class='ware_2Txt2'>{{item.origin}}</text>
</view>
<view class='ware_3'>
<progress percent="42" show-info color="#B5DE96" border-radius="8" font-size="24rpx" stroke-width="16rpx" />
<progress percent="" show-info color="#B5DE96" border-radius="8" font-size="24rpx" stroke-width="16rpx" />
</view>
<view class='ware_4'>
<text>现有{{item.numb}}份,目标{{item.group}}份</text>
... ...
... ... @@ -13,7 +13,7 @@
},
"compileType": "miniprogram",
"libVersion": "2.6.1",
"appid": "wxd577c8d542ca150e",
"appid": "wx9f7abdcb841c8fb1",
"projectname": "shop",
"debugOptions": {
"hidedInDevtools": []
... ...