lilei пре 1 година
родитељ
комит
43df3adfb7
1 измењених фајлова са 1 додато и 1 уклоњено
  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">
 			<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 v-for="item in showPrice" :key="item.paramCode" v-model="item.checked"
 						:name="item.paramCode">{{item.text}}</u-checkbox>
 				</u-checkbox-group>
+				<view style="color: #999;font-size: 0.8rem;margin: 0.5rem;">提示:不勾选则不显示价格</view>
 			</view>
 		</u-modal>
 	</view>