Browse Source

提示语

shish 3 years ago
parent
commit
cca49e45ea

+ 1 - 1
ghsApp/src/admin/billing/result.vue

@@ -1,7 +1,7 @@
 <template>
 
 <appResult :title="option.title">
-  <view v-if="detailInfo.hasNoticeCustom && detailInfo.hasNoticeCustom == 1" style="margin-bottom:30upx;font-weight:bold;color:#049E2C;font-size:30upx;">【客户已收到新订单提醒】</view>
+  <view v-if="detailInfo.hasNoticeCustom && detailInfo.hasNoticeCustom == 1" style="margin-bottom:30upx;font-weight:bold;color:#049E2C;font-size:33upx;">【客户已收到新订单提醒】</view>
   <!-- #ifdef MP-WEIXIN -->
   <button v-if="option.title != '报损成功'" class="admin-button-com big blue" open-type="share">
     分享给<text style="font-weight:bold;margin-left:12upx;">{{customName}}</text>

+ 1 - 1
ghsApp/src/pagesArrears/clearResult.vue

@@ -6,7 +6,7 @@
 				<view class="iconfont iconchenggong"></view>
 				<view class="result-title">账单已生成</view>
 				<view class="result-title">客户:{{customName}}</view>
-				<view v-if="hasNoticeCustom == 1" style="margin-bottom:30upx;font-weight:bold;color:#049E2C;font-size:30upx;">【客户已收到新账单提醒】</view>
+				<view v-if="hasNoticeCustom == 1" style="margin-bottom:30upx;font-weight:bold;color:#049E2C;font-size:33upx;">【客户已收到新账单提醒】</view>
 				<!-- #ifdef MP-WEIXIN -->
 				<button class="admin-button-com big blue" style="width:45vw;" open-type="share">邀客户结账</button>
 				<!-- #endif -->

+ 1 - 1
jdApp/src/admin/billing/result.vue

@@ -1,7 +1,7 @@
 <template>
 
 <appResult :title="option.title">
-  <view v-if="detailInfo.hasNoticeCustom && detailInfo.hasNoticeCustom == 1" style="margin-bottom:30upx;font-weight:bold;color:#049E2C;font-size:30upx;">【客户已收到新订单提醒】</view>
+  <view v-if="detailInfo.hasNoticeCustom && detailInfo.hasNoticeCustom == 1" style="margin-bottom:30upx;font-weight:bold;color:#049E2C;font-size:33upx;">【客户已收到新订单提醒】</view>
   <!-- #ifdef MP-WEIXIN -->
   <button v-if="option.title != '报损成功'" class="admin-button-com big blue" open-type="share">
     分享给<text style="font-weight:bold;margin-left:12upx;">{{customName}}</text>

+ 1 - 1
jdApp/src/pagesArrears/clearResult.vue

@@ -6,7 +6,7 @@
 				<view class="iconfont iconchenggong"></view>
 				<view class="result-title">账单已生成</view>
 				<view class="result-title">客户:{{customName}}</view>
-				<view v-if="hasNoticeCustom == 1" style="margin-bottom:30upx;font-weight:bold;color:#049E2C;font-size:30upx;">【客户已收到新账单提醒】</view>
+				<view v-if="hasNoticeCustom == 1" style="margin-bottom:30upx;font-weight:bold;color:#049E2C;font-size:33upx;">【客户已收到新账单提醒】</view>
 				<!-- #ifdef MP-WEIXIN -->
 				<button class="admin-button-com big blue" style="width:45vw;" open-type="share">邀客户结账</button>
 				<!-- #endif -->