shish 3 年之前
父節點
當前提交
3700297be2
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      mallApp/src/pages/billing/affirmGhs.vue
  2. 4 4
      mallApp/src/pages/item/item.vue

+ 1 - 1
mallApp/src/pages/billing/affirmGhs.vue

@@ -45,7 +45,7 @@
 
 					<tui-list-cell class="line-cell" :hover="false" :arrow="false">
 						<view v-if="form.sendType == 0">
-							<text style="color: #3385FF;width:100%;">在本店配送范围的,请选此项,免配送费</text>
+							<text style="color: #3385FF;width:100%;">在本店配送范围的,免配送货上门</text>
 						</view>				
 						<view v-if="form.sendType == 1">
 							<text style="color: #3385FF;width:100%;">到店取货,没有配送费</text>

+ 4 - 4
mallApp/src/pages/item/item.vue

@@ -83,9 +83,9 @@
 								<view class="info-line">
 									<text class="item-name">{{ item.name }}</text>
 									<text class="item-price">
-										<text class="unit">¥</text>
+										<text class="unit"></text>
 										<text class="price">
-											{{ item.skPrice ? parseFloat(item.skPrice) : 0 }}
+											¥{{ item.skPrice ? parseFloat(item.skPrice) : 0 }}
 										</text>
 									</text>
 								</view>
@@ -773,8 +773,8 @@ export default {
 					justify-content: space-between;
 					align-items: flex-end;
 					.item-name {
-						color: #666;
-						font-size: 28upx;
+						color: #333333;
+						font-size: 30upx;
 						overflow: hidden;
 						white-space: nowrap;
 						text-overflow: ellipsis;