@@ -93,7 +93,7 @@
</tui-list-cell>
<tui-list-cell class="line-cell" :hover="false">
- <view class="tui-title">仅支持自取</view>
+ <view class="tui-title">只能自取</view>
<view class="btn-group">
<button class="option-btn" :class="[form.needSend === '0' ? 'active' : '']" @click="needSendChange('0')">否</button>
<button class="option-btn" :class="[form.needSend === '1' ? 'active' : '']" @click="needSendChange('1')">是</button>
@@ -97,7 +97,7 @@
@@ -6,7 +6,6 @@
<AppSearchModule placeholder="这里搜索" @input="searchFn"/>
</view>
<view style="padding:0 10upx 0 10upx;" >
- <button class="admin-button-com middle blue" style="margin-right:10upx;" @click="invite()">邀请注册</button>
<button class="admin-button-com middle blue" @click="addCustom()">添加</button>
@@ -6,7 +6,7 @@
<image :src="info.smallCover" mode="aspectFit" style="width:120upx; height:120upx;"></image>
<view class="list-msg">
- <view class="title" @click="pageTo({url: '/admin/item/detail?id='+info.itemId})">{{ info.name || '' }}</view>
+ <view class="title" @click="pageTo({url: '/admin/goods/detail?id='+info.goodsId})">{{ info.name || '' }}</view>
<view class="list-right">
- <view class="title">{{ info.name || '' }}</view>
+ <view class="title" @click="pageTo({url: '/admin/item/detail?id='+info.itemId})">{{ info.name || '' }}</view>
@@ -9,7 +9,7 @@
<detailGoods v-for="(items, subIndex) in orderInfo.goodsInfoList" :key="subIndex" :info="items"></detailGoods>
</block>
<block v-if="!$util.isEmpty(orderInfo.itemInfoList)">
- <detailGoods v-for="(items, subIndex) in orderInfo.itemInfoList" :key="subIndex" :info="items"></detailGoods>
+ <detailItem v-for="(items, subIndex) in orderInfo.itemInfoList" :key="subIndex" :info="items"></detailItem>