@@ -249,4 +249,4 @@ yarn build
* 农产品管理-农产品管理
* 编辑
- 缺编辑接口
- - 缺获取单位列表接口(单位是本地写死么)
+ - 缺获取单位列表接口(单位是本地写死么)'件', '只', '个'
@@ -23,7 +23,7 @@
</view>
<view class="old">{{tools.fen2Yuan(item.product_price)}}</view>
- <!-- todo -->
+ <!-- todo 描述 -->
<view class="star-words" wx:if="{{false}}">
<text
class="word"
@@ -52,7 +52,7 @@ Page({
brandList: [],
booUnit: false,
unitInDefaultIndex: 0,
- unitInColumns: ['件', '个'],
+ unitInColumns: ['件', '只', '个'],
booSaleAtType: false,
saleAtType: '0',
booSaleAt: false,
@@ -25,7 +25,7 @@ Page({
// 'shop_status': 0, // 状态(0审核中1审核通过2审核失败)
// 'user_shop_id': 0 //店铺ID(0代表无店铺)
},
- kefu: '18551725991' // todo
+ kefu: '18551725991' // todo 客服电话
/**
@@ -75,7 +75,8 @@
class="list"
wx:for="{{item.comments}}"
wx:for-item="msg"
- wx:for-index="idx">
+ wx:for-index="idx"
+ wx:key="idx">
<view class="message">{{msg.user_nickname}}:{{msg.track_comment}}</view>
<view class="btn-reply">回复</view>
@@ -1,6 +1,6 @@
{
"setting": {
- "urlCheck": false,
+ "urlCheck": true,
"compileHotReLoad": true
"condition": {},