shish 1 년 전
부모
커밋
89931a34fe
3개의 변경된 파일13개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      ghsApp/src/admin/home/workbench.vue
  2. 11 1
      ghsApp/src/admin/notice/fee.vue
  3. 1 1
      ghsApp/src/admin/shop/renew.vue

+ 1 - 1
ghsApp/src/admin/home/workbench.vue

@@ -174,7 +174,7 @@
 	<uni-popup ref="renewRef" background-color="#fff" type="center" :animation="false" class="class-popup-style" :mask-click="false">
 	<uni-popup ref="renewRef" background-color="#fff" type="center" :animation="false" class="class-popup-style" :mask-click="false">
         <view style="padding:40upx 20upx 40upx 20upx;height:auto;width:95vw;font-size:36upx;">
         <view style="padding:40upx 20upx 40upx 20upx;height:auto;width:95vw;font-size:36upx;">
             <view v-if="renewType == 0">为了加快系统的开发进度,实现大家需要的上下游连通、连麦芽田一键发跑腿、会员充值、散客到店自助下单等重要功能,特向您收取未来时间的年费,感谢您对公司的支持</view>
             <view v-if="renewType == 0">为了加快系统的开发进度,实现大家需要的上下游连通、连麦芽田一键发跑腿、会员充值、散客到店自助下单等重要功能,特向您收取未来时间的年费,感谢您对公司的支持</view>
-            <view v-else-if="renewType == 2">系统试用即将到期,请点击下方按钮续期</view>
+            <view v-else-if="renewType == 2">请点击下方按钮续期</view>
             <view v-else>因您最近系统提现不足3万/月,请付费使用软件,未续费系统将暂停提供服务</view>
             <view v-else>因您最近系统提现不足3万/月,请付费使用软件,未续费系统将暂停提供服务</view>
 			<view style="margin-top:24upx;">当前系统到期时间:{{ currentDeadline }}</view>
 			<view style="margin-top:24upx;">当前系统到期时间:{{ currentDeadline }}</view>
 			<view style="margin-top:24upx;">续期一年到期时间:<text style="color:#3385FF;">{{ newDeadline }}</text></view>
 			<view style="margin-top:24upx;">续期一年到期时间:<text style="color:#3385FF;">{{ newDeadline }}</text></view>

+ 11 - 1
ghsApp/src/admin/notice/fee.vue

@@ -1,7 +1,10 @@
 <template>
 <template>
     <view>
     <view>
         <view style="padding:40upx 20upx 40upx 20upx;height:auto;width:95vw;font-size:36upx;">
         <view style="padding:40upx 20upx 40upx 20upx;height:auto;width:95vw;font-size:36upx;">
-            <view>目前,大家的提现手续费是千分之3,因合作的拉卡拉支付公司费率政策的调整,2025年1月1日起,大家提现手续费将升到千分之3.3,请知悉。</view>
+            <view>2025年2月5号前续费的,按原价,可以支持续多年。2月5号后续费的,涨600元。</view>
+            <view style="margin-top:20upx;">
+				<video id="myVideo" show-mute-btn="true" :src="videoUrl" object-fit="contain" style="width:700upx;height:1100upx;"></video>
+			</view>
 			<view style="margin-top:40upx;text-align:center;">
 			<view style="margin-top:40upx;text-align:center;">
         		<button class="admin-button-com big blue" @click="goBack" style="width:200upx;">返回</button>
         		<button class="admin-button-com big blue" @click="goBack" style="width:200upx;">返回</button>
 			</view>
 			</view>
@@ -9,10 +12,12 @@
     </view>
     </view>
 </template>
 </template>
 <script>
 <script>
+import { APIHOST } from '@/config'
 export default {
 export default {
     name: "fee",
     name: "fee",
     data(){
     data(){
         return {
         return {
+            videoUrl:''
         }
         }
     },
     },
     computed: {
     computed: {
@@ -25,6 +30,11 @@ export default {
     },
     },
     methods: {
     methods: {
         init(){
         init(){
+
+            this.videoUrl = APIHOST+'/jc/priceup.mp4'
+			this.videoContext = uni.createVideoContext('myVideo',this)
+			this.videoContext.play()
+
         },
         },
         goBack(){
         goBack(){
             uni.navigateBack()
             uni.navigateBack()

+ 1 - 1
ghsApp/src/admin/shop/renew.vue

@@ -2,7 +2,7 @@
     <view>
     <view>
         <view style="padding:40upx 20upx 40upx 20upx;height:auto;width:95vw;font-size:36upx;">
         <view style="padding:40upx 20upx 40upx 20upx;height:auto;width:95vw;font-size:36upx;">
             <view v-if="renewType == 0">为了加快系统的开发进度,实现大家需要的上下游连通、连麦芽田一键发跑腿、会员充值、散客到店自助下单等重要功能,特向您收取未来时间的年费,感谢您对公司的支持</view>
             <view v-if="renewType == 0">为了加快系统的开发进度,实现大家需要的上下游连通、连麦芽田一键发跑腿、会员充值、散客到店自助下单等重要功能,特向您收取未来时间的年费,感谢您对公司的支持</view>
-            <view v-else-if="renewType == 2">系统试用即将到期,请点击下方按钮续期</view>
+            <view v-else-if="renewType == 2">请点击下方按钮续期</view>
             <view v-else>因您最近系统提现不足3万/月,请付费使用软件,未续费系统将暂停提供服务</view>
             <view v-else>因您最近系统提现不足3万/月,请付费使用软件,未续费系统将暂停提供服务</view>
 			<view style="margin-top:24upx;">当前系统到期时间:{{ currentDeadline }}</view>
 			<view style="margin-top:24upx;">当前系统到期时间:{{ currentDeadline }}</view>
 			<view style="margin-top:24upx;">续期一年到期时间:<text style="color:#3385FF;">{{ newDeadline }}</text></view>
 			<view style="margin-top:24upx;">续期一年到期时间:<text style="color:#3385FF;">{{ newDeadline }}</text></view>