347617796@qq.com 3 years ago
parent
commit
c002923cbd

+ 1 - 1
Component/selectSectionStaff/selectSectionStaff.axml

@@ -56,7 +56,7 @@
           <view  style="font-size:0.28rem">为员工【启用积分管理】</view>
         </view>
         <view class="fontColorF" style="margin-top:0rpx;text-align: center;" a:else>
-          <view style="font-size:0.28rem">当前没有可管理人员,请前往钉钉电脑端</view>
+          <view style="font-size:0.28rem">当前没有可管理人员,请前往钉钉电脑端</view>
           <view  style="font-size:0.28rem" >设置【管理范围】</view>
         </view>
       </view>

+ 1 - 1
Component/selectSectionStaff_tow/selectSectionStaff_tow.axml

@@ -37,7 +37,7 @@
       
       <view a:if="{{userList.length==0}}">
         <view class="fontColorF" style="margin-top:200rpx;text-align: center;">
-          <view>暂无相关审批人</view>
+          <view>暂无相关审批人</view>
         </view>
       </view>
     </scroll-view>

+ 3 - 3
app.js

@@ -1,8 +1,8 @@
 import { showToast } from './utils/feedback'
 import { formatTime, arrRemoveObj, getTypeItem } from './utils/util'
 
-// const baseUrl = "https://test-ding.g107.com/";//测试
-const baseUrl = "https://ding.insys.g107.com/";//正式
+const baseUrl = "https://test-ding.g107.com/";//测试
+// const baseUrl = "https://ding.insys.g107.com/";//正式
 var that;
 var yearArr = [];
 var year = formatTime(new Date()).year;
@@ -274,7 +274,7 @@ App({
             if (err.data.code == 2001) {
               dd.confirm({
                 title: '尊敬的用户',
-                content: '当前的套餐已到期',
+                content: '当前的套餐已到期',
                 confirmButtonText: '去续费',
                 cancelButtonText: '暂不需要',
                 success: (result) => {

BIN
image/vip2.png


+ 1 - 1
pages/deploy/buy/buy.axml

@@ -3,7 +3,7 @@
     <image mode="scaleToFill" class="icon" src="../../../image/xf.png"/>
     <text>{{vipData.msg}}</text>     
   </view>
-  <image mode="scaleToFill" src="{{item}}" class="vip" mode='widthFix' a:for="{{vipData.banner}}"/>
+  <image src="{{item}}" class="vip" mode='widthFix' a:for="{{vipData.banner}}"/>
   <view style="height:100rpx"></view>
   <view class="footer" onTap="openUrl">
     <view>成为尊享会员</view>

+ 62 - 0
pages/deploy/sku/sku.acss

@@ -0,0 +1,62 @@
+body{
+  background-color: #F3F3F3;
+}
+.lBgn{
+  height: 300rpx;
+  border-bottom-left-radius: 40rpx;
+  border-bottom-right-radius: 40rpx;
+  background-image: linear-gradient(to top, #47CAFE 0%, #26A2FF 100%);
+}
+.box{
+  width: 94%;
+  background: #fff;
+  box-shadow: 0rpx 4rpx 10rpx rgba(0, 0, 0, 0.05);
+  margin: 0 auto;
+  height: 800rpx;
+  border-radius: 20rpx;
+  position: relative;
+  top: -80rpx;
+  text-align: center;
+}
+.icon{
+  width: 400rpx;
+  z-index: 999;
+  position: relative;
+  top: -130rpx;
+}
+.money{
+  position: relative;
+  top: -140rpx;
+}
+.money view{
+  font-size: 36rpx;
+  color: #26A2FF;
+  margin-left: 20rpx;
+  position: relative;
+  top: -6rpx;
+}
+.text{
+  font-size: 28rpx;
+  position: relative;
+  top: -100rpx;
+}
+.btn{
+  width: 70%;
+  border-radius: 50rpx;
+  background-image: linear-gradient(to bottom, #47CAFE 0%, #26A2FF 100%);
+  color: #fff;
+  text-align: center;
+  box-shadow: rgb(204, 204, 204) 0rem 0.05rem 0.1rem;
+  margin: 40rpx auto;
+  padding: 20rpx 0; 
+}
+.btn2{
+  width: 70%;
+  border-radius: 50rpx;
+  border: 1px solid #26A2FF;
+  color: #26A2FF;
+  text-align: center;
+  /* box-shadow: rgb(204, 204, 204) 0rem 0.05rem 0.1rem; */
+  margin: 0 auto;
+  padding: 20rpx 0; 
+}

+ 12 - 3
pages/deploy/sku/sku.axml

@@ -1,6 +1,15 @@
 <view>
-  <view>
-    购买成功
+  <view class="lBgn"></view>
+  <view class="box">
+    <image mode='widthFix' class="icon" src="../../../image/vip2.png"/>
+    <view class="flex-box-ce flex-center-center money">
+      <icon type="success" size="20"/>
+      <view>支付成功</view>
+    </view>
+    <view class="text fontColorF">感谢你购买功道云服务,请联系专属客服</view>
+    <view class="text fontColorF">进行服务对接</view>
+    <view class="btn" onTap="openUrl">联系专属客服</view>
+    <view class="btn2" onTap="openUrl2">回到首页</view>
   </view>
-  <button type="primary" onTap="">回到首页</button>
+  
 </view>

+ 13 - 1
pages/deploy/sku/sku.js

@@ -1,10 +1,22 @@
 var app = getApp();
 var that;
+import 'dingtalk-jsapi/entry/mobile';
+import openLink from 'dingtalk-jsapi/api/biz/util/openLink';
 Page({
   data: {
     src: '',
   },
   onLoad(e) {
-
+     dd.setNavigationBar({ title: "支付成功" });
   },
+  openUrl(){
+      openLink({
+        url: `https://page.dingtalk.com/wow/dingtalk/act/serviceconversation?wh_biz=tm&showmenu=false&goodsCode=DT_GOODS_881607043109331&corpId=${app.globalData.corpId}&token=5784a3e6b5e025ee891517ea814180f4`
+      })
+  },
+  openUrl2(){
+    dd.switchTab({
+      url: '../../workbench/index/index'
+    })
+  }
 });

+ 2 - 2
pages/start/start.axml

@@ -3,7 +3,7 @@
     <view class="title">欢迎使用功道云积分制</view>
     <view class="content fontColorZ">
       <view class="c_top">
-        是开通应用的
+        是开通应用的
         <text class="yellow">创始人</text>
         ,可在
         <text class="yellow">“设置-组织架构”</text>
@@ -26,7 +26,7 @@
     <view class="title">欢迎使用功道云积分制</view>
     <view class="content fontColorZ">
       <view class="c_top">
-        可在
+        可在
         <text class="yellow">“设置-角色权限”</text>
         添加【积分管理员】来协助执行积分管理
       </view>

+ 1 - 1
pages/statistics/assaign/assaign.js

@@ -176,7 +176,7 @@ Page({
         if (name == 'timeout_deduction_point' || name == 'ahead_award_point') {
           pointIimit = pointIimit * 1;
           if (value > pointIimit) {
-            this.showToast('分值不能超过的奖扣分权限');
+            this.showToast('分值不能超过的奖扣分权限');
             this.setData({
               [point]: '',
             });

+ 1 - 1
pages/statistics/assaign_set/assaign_set.js

@@ -180,7 +180,7 @@ Page({
         if (name == 'timeout_deduction_point' || name == 'ahead_award_point') {
           pointIimit = pointIimit * 1;
           if (value > pointIimit) {
-            this.showToast('分值不能超过的奖扣分权限');
+            this.showToast('分值不能超过的奖扣分权限');
             this.setData({
               [point]: '',
             });

+ 1 - 1
pages/statistics/offerAreward/offerAreward.js

@@ -171,7 +171,7 @@ Page({
         if (name == 'timeout_deduction_point' || name == 'ahead_award_point') {
           pointIimit = pointIimit * 1;
           if (value > pointIimit) {
-            this.showToast('分值不能超过的奖扣分权限');
+            this.showToast('分值不能超过的奖扣分权限');
             this.setData({
               [point]: '',
             });

+ 1 - 1
pages/statistics/offerAreward_set/offerAreward_set.js

@@ -193,7 +193,7 @@ Page({
         if (name == 'timeout_deduction_point' || name == 'ahead_award_point') {
           pointIimit = pointIimit * 1;
           if (value > pointIimit) {
-            this.showToast('分值不能超过的奖扣分权限');
+            this.showToast('分值不能超过的奖扣分权限');
             this.setData({
               [point]: '',
             });

+ 1 - 1
pages/statistics/prizeBuckleDetail/prizeBuckleDetail.js

@@ -23,7 +23,7 @@ Page({
   openCx() {
     dd.confirm({
       title: '撤销奖扣',
-      content: '确定撤销此项吗?',
+      content: '确定撤销此项吗?',
       confirmButtonText: '确定',
       cancelButtonText: '取消',
       success: (result) => {

+ 1 - 1
pages/workbench/apply/apply.js

@@ -134,7 +134,7 @@ Page({
   showQrcode() {
     if (this.data.qrcodeId) {
       if (app.globalData.isCreator) {
-        app.globalData.showToast("当前身份为创始人,不需要申请记分功能");
+        app.globalData.showToast("当前身份为创始人,不需要申请记分功能");
         setTimeout(() => {
           dd.switchTab({
             url: '../index/index'

+ 1 - 1
pages/workbench/approveDetail/approveDetail.js

@@ -98,7 +98,7 @@ Page({
   openCx() {
     dd.confirm({
       title: '撤掉审批',
-      content: '确定撤掉此项吗?',
+      content: '确定撤掉此项吗?',
       confirmButtonText: '确定',
       cancelButtonText: '取消',
       success: (result) => {

+ 2 - 2
pages/workbench/index/index.acss

@@ -27,7 +27,7 @@
 
 .top {
   width: 100%;
-  height: 70rpx;
+  height: 80rpx;
   background-color: #26A2FF;
   margin-bottom: 100rpx;
 }
@@ -57,7 +57,7 @@
   border-radius: 20rpx;
   background-color: #fff;
   box-shadow: 0rpx 4rpx 10rpx rgba(0, 0, 0, 0.05);
-  height: 140rpx;
+  height: 150rpx;
   text-align: center;
 }
 

+ 1 - 1
pages/workbench/jk_B/jk_B.js

@@ -137,7 +137,7 @@ Page({
         return;
       }
       if (superior_list.length == 0) {
-        this.showToast('没有审批人,请联系管理员')
+        this.showToast('没有审批人,请联系管理员')
         return;
       }
     }

+ 2 - 2
pages/workbench/noJurisdiction/noJurisdiction.axml

@@ -2,10 +2,10 @@
   <view class="noJ">
       <image mode="scaleToFill" src="../../../image/noData.png" style="width: 340rpx;height: 340rpx;margin-bottom:20rpx;"/>
       <view a:if="{{isCreator}}">
-        当前未授权自己进入应用,请修改应用的可见范围为全部或包含自己,如需咨询客服,请到企业专属的功道云服务群咨询
+        当前未授权自己进入应用,请修改应用的可见范围为全部或包含自己,如需咨询客服,请到企业专属的功道云服务群咨询
       </view>
       <view a:else>
-        当前用户未授权进入系统,请联系管理员为您【启用积分管理】,如需咨询客服,请到您企业专属的功道云服务群咨询
+        当前用户未授权进入系统,请联系管理员为你【启用积分管理】,如需咨询客服,请到你企业专属的功道云服务群咨询
       </view>
   </view>
 </view>