shish 8 hónapja
szülő
commit
ef6c5d6269

+ 2 - 2
ghsApp/src/admin/item/detail.vue

@@ -239,8 +239,8 @@
             <view class="tui-title">线上状态</view>
             <view class="tui-title">线上状态</view>
             <view class="switch_bx">
             <view class="switch_bx">
               <switch :checked="form.frontHide == 0 ? false : true" @change="frontHideChange" style="transform: scale(0.8,0.8)" />
               <switch :checked="form.frontHide == 0 ? false : true" @change="frontHideChange" style="transform: scale(0.8,0.8)" />
-              <text v-if="form.frontHide == 0">显示</text>
-              <text v-else>隐藏</text>
+              <text v-if="form.frontHide == 0">批发端显示</text>
+              <text v-else>批发端隐藏</text>
             </view>
             </view>
           </tui-list-cell>
           </tui-list-cell>
 
 

+ 2 - 2
hdApp/src/admin/item/detail.vue

@@ -257,8 +257,8 @@
             <view class="tui-title">线上状态</view>
             <view class="tui-title">线上状态</view>
             <view class="switch_bx">
             <view class="switch_bx">
               <switch :checked="form.frontUse == 0 ? false : true" @change="frontUseChange" style="transform: scale(0.8,0.8)" />
               <switch :checked="form.frontUse == 0 ? false : true" @change="frontUseChange" style="transform: scale(0.8,0.8)" />
-              <text v-if="form.frontUse == 0">显示</text>
-              <text v-else>隐藏</text>
+              <text v-if="form.frontUse == 0">零售端显示</text>
+              <text v-else>零售端隐藏</text>
             </view>
             </view>
           </tui-list-cell>
           </tui-list-cell>