lilei 1 year ago
parent
commit
43df3adfb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/shelfSetting/shelfSet.vue

+ 1 - 1
pages/shelfSetting/shelfSet.vue

@@ -98,11 +98,11 @@
 		<!-- 设置价格显示弹框 -->
 		<!-- 设置价格显示弹框 -->
 		<u-modal v-model="updateShowPrice" :show-cancel-button="true" title="价格权限设置" @confirm="savePriceSet">
 		<u-modal v-model="updateShowPrice" :show-cancel-button="true" title="价格权限设置" @confirm="savePriceSet">
 			<view class="slot-content" style="padding: 1.5rem 1rem;text-align: center;">
 			<view class="slot-content" style="padding: 1.5rem 1rem;text-align: center;">
-				<view style="color: #999;font-size: 0.8rem;margin-bottom: 1rem;">提示:不勾选则不显示价格</view>
 				<u-checkbox-group @change="priceSetChange">
 				<u-checkbox-group @change="priceSetChange">
 					<u-checkbox v-for="item in showPrice" :key="item.paramCode" v-model="item.checked"
 					<u-checkbox v-for="item in showPrice" :key="item.paramCode" v-model="item.checked"
 						:name="item.paramCode">{{item.text}}</u-checkbox>
 						:name="item.paramCode">{{item.text}}</u-checkbox>
 				</u-checkbox-group>
 				</u-checkbox-group>
+				<view style="color: #999;font-size: 0.8rem;margin: 0.5rem;">提示:不勾选则不显示价格</view>
 			</view>
 			</view>
 		</u-modal>
 		</u-modal>
 	</view>
 	</view>