浏览代码

小程序

shish 3 年之前
父节点
当前提交
9d6a9792d4
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      hdApp/src/pagesPurchase/components/bookItem.vue
  2. 1 1
      hdApp/src/pagesPurchase/components/item.vue

+ 1 - 1
hdApp/src/pagesPurchase/components/bookItem.vue

@@ -6,7 +6,7 @@
 		<view class="cmd-info_bx">
 		<view class="cmd-info_bx">
 			<view class="tit" >
 			<view class="tit" >
 				<text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;" v-if="info.presell == 1">预售</text>
 				<text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;" v-if="info.presell == 1">预售</text>
-				{{ info.itemName}}
+				{{ info.name||''}}
 			</view>
 			</view>
 			<view class="kc num-open_bx flex-space">
 			<view class="kc num-open_bx flex-space">
 				<view>
 				<view>

+ 1 - 1
hdApp/src/pagesPurchase/components/item.vue

@@ -7,7 +7,7 @@
 			<view class="tit" >
 			<view class="tit" >
 				<text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;" 
 				<text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;" 
 				v-if="info.presell == 1">预售</text>
 				v-if="info.presell == 1">预售</text>
-				{{ info.itemName}}
+				{{ info.name||''}}
 			</view>
 			</view>
 			<view class="kc num-open_bx flex-space">
 			<view class="kc num-open_bx flex-space">
 				<view>
 				<view>