shish 2 달 전
부모
커밋
3f337353ed
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      ghsApp/src/admin/shop/renew.vue

+ 15 - 0
ghsApp/src/admin/shop/renew.vue

@@ -135,6 +135,10 @@
                 <text class="benefit-year-line benefit-year-line-second">每年需要另外付费购买</text>
             </view>
 
+            <view class="price-notice-tip">
+                <text>以上报价已是底价,请勿重复问我们能不能再优惠,软件研发成本以千万计,一千多的年费,一万多的终身价已经给到行业白菜价、良心价。请勿重复再问,谢谢理解。</text>
+            </view>
+
             <view class="buy-wrap">
                 <button class="admin-button-com big blue renew-buy-btn" @click="buySelected">购买</button>
             </view>
@@ -685,6 +689,17 @@ export default {
     justify-content: center;
 }
 
+.price-notice-tip {
+    margin-top: 28upx;
+    padding: 24upx 28upx;
+    border-radius: 16upx;
+    background: #fff8e6;
+    color: #b45309;
+    font-size: 30upx;
+    line-height: 44upx;
+    box-sizing: border-box;
+}
+
 .app-pay-tip {
     margin-bottom: 24upx;
     padding: 24upx 28upx;