Browse Source

Merge branch 'master' into redesign‌-260706

shish 13 hours ago
parent
commit
f8953753c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ghsApp/src/pagesGys/detailsItem.vue

+ 1 - 1
ghsApp/src/pagesGys/detailsItem.vue

@@ -34,7 +34,7 @@
 				<view class="refund-tip refund-tip-next">隔天售后 ¥{{parseFloat(info.nextDayTkPrice)}}</view>
 			</view>
 			<view class="item-row" v-if="hasPartialClear">
-				<view class="price" style="color:red;">部分已结清,剩余待结 ¥{{ parseFloat(remainDebtPrice) }}</view>
+				<view class="price" style="color:red;">剩余待结 ¥{{ parseFloat(remainDebtPrice) }}</view>
 			</view>
 		</view>
 	</view>