Jelajahi Sumber

更新团队简介要求

x 3 hari lalu
induk
melakukan
db4674daed

+ 11 - 9
.hbuilderx/launch.json

@@ -6,15 +6,17 @@
             "type" : "uni-app:app-android"
         },
         {
-        	"app-plus" : 
-        	{
-        		"launchtype" : "local"
-        	},
-        	"mp-weixin" : 
-        	{
-        		"launchtype" : "local"
-        	},
-        	"type" : "uniCloud"
+            "app-plus" : {
+                "launchtype" : "local"
+            },
+            "mp-weixin" : {
+                "launchtype" : "local"
+            },
+            "type" : "uniCloud"
+        },
+        {
+            "openVueDevtools" : false,
+            "type" : "uni-app:miniProgram"
         }
     ]
 }

File diff ditekan karena terlalu besar
+ 55 - 5
components/CusTeamInfoFill/index.vue


+ 2 - 2
http/baseApi.js

@@ -1,5 +1,5 @@
-const BaseApi = 'https://transcend.ringzle.com/chuangheng-app/app' //线上
-// const BaseApi = 'https://wxapp.transcend-intl.cn/chuangheng-app/app' //生产
+//const BaseApi = 'https://transcend.ringzle.com/chuangheng-app/app' //线上
+const BaseApi = 'https://wxapp.transcend-intl.cn/chuangheng-app/app' //生产
 // const BaseApi = 'http://192.168.2.19:9023/chuangheng-app/app' //李勇
 // const BaseApi = 'http://192.168.2.16:9023/chuangheng-app/app' //严总
 

+ 2 - 1
manifest.json

@@ -5,6 +5,7 @@
     "versionName" : "1.0.3",
     "versionCode" : 102,
     "transformPx" : false,
+    "sassImplementationName" : "node-sass",
     /* 5+App特有相关 */
     "app-plus" : {
         "usingComponents" : true,
@@ -102,7 +103,7 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "wxe6afb089695f90e7",
+        "appid" : "wxb0ecfcf0c3e50402",
         "setting" : {
             "urlCheck" : false,
             "es6" : false,

+ 16 - 0
pages/home.vue

@@ -270,6 +270,22 @@
 				uni.reLaunch({
 					url:'/pages/publish'
 				})
+			},
+			onShareAppMessage() {
+				const sharerId = uni.getStorageSync('userInfo') ? JSON.parse(uni.getStorageSync('userInfo'))?.id || '' : '';
+				return {
+					title: '致力于帮助企业打造高价值创造团队',
+					path: `/pages/home?shareUserId=${sharerId}&shareType=Forward`,
+					imageUrl: this.$imgBase + 'share_fm.png'
+				};
+			},
+			onShareTimeline() {
+				const sharerId = uni.getStorageSync('userInfo') ? JSON.parse(uni.getStorageSync('userInfo'))?.id || '' : '';
+				return {
+					title: '致力于帮助企业打造高价值创造团队',
+					query: `shareUserId=${sharerId}&shareType=Forward`,
+					imageUrl: this.$imgBase + 'share_fm.png'
+				};
 			}
 		}
 	}

+ 10 - 2
pagesMy/forward.vue

@@ -35,14 +35,22 @@
 				this.qrVal = `https://wxapp.transcend-intl.cn?shareUserId=${JSON.parse(uni.getStorageSync('userInfo'))?.id||''}`;
 			}
 		},
-		methods:{
+		methods:{
 			onShareAppMessage(res) {
 				const sharerId = JSON.parse(uni.getStorageSync('userInfo'))?.id||'';
 				return {
 				  title: '致力于帮助企业打造高价值创造团队',
 				  path: `/pages/home?shareUserId=${sharerId}&shareType=Forward`,
 				  imageUrl: this.$imgBase+'share_fm.png'
-				};
+				};
+			},
+			onShareTimeline() {
+				const sharerId = uni.getStorageSync('userInfo') ? JSON.parse(uni.getStorageSync('userInfo'))?.id || '' : '';
+				return {
+					title: '致力于帮助企业打造高价值创造团队',
+					query: `shareUserId=${sharerId}&shareType=Forward`,
+					imageUrl: this.$imgBase + 'share_fm.png'
+				};
 			},
 			async generateQRCode(){
 				try {

+ 53 - 10
pagesPublish/rechargeCenter.vue

@@ -98,15 +98,22 @@
 					<view style="flex: 1;overflow-y: auto;margin-top: 20rpx;">
 						<view class="box-yhj">
 							<view class="box-yhj-top">
-								<view class="box-yhj-top-xs">限时优惠价</view>
+								<view class="box-yhj-top-xs">限时体验</view>
 								<view class="box-yhj-top-nr adffcac">
 									<view class="box-yhj-top-nr-title">PERILL团队发展动态评估(团队版)</view>
-									<view class="box-yhj-top-nr-price">¥{{priceData.discountPrice===null?priceData.price:priceData.discountPrice}}</view>
-										<view class="box-yhj-top-nr-yj" v-if="priceData.discountPrice!==null">原价 ¥{{priceData.price}}/次,推广价 ¥1680/次</view>
-										<view class="box-yhj-top-nr-yj" style="margin-top: 50rpx;" v-else></view>
+									<view class="box-yhj-top-nr-nt">名额有限!诚邀体验!<!-- ¥{{priceData.discountPrice===null?priceData.price:priceData.discountPrice}} --></view>
+										<!-- <view class="box-yhj-top-nr-yj" v-if="priceData.discountPrice!==null">原价 ¥{{priceData.price}}/次,推广价 ¥1680/次</view> -->
+										<!-- <view class="box-yhj-top-nr-yj"></view> -->
+										<view class="box-yhj-top-nr-title" v-if="priceData.discountPrice!==null"> <view style="display: inline-block; height: 20px;"></view> </view>
+										<view class="box-yhj-top-nr-yj" style="margin-top: 50rpx;" v-else ></view>
 									</view>
-									<view class="box-yhj-top-tip" v-if="priceData.discountPrice!==null">活动有效期:{{priceData.startDate||''}} ~ {{priceData.endDate||''}}</view>
-									<view class="box-yhj-top-tip" v-else></view>
+									<!-- 
+									<view class="box-yhj-top-tip" v-if="priceData.discountPrice!==null">活动有效期:{{priceData.startDate||''}} ~ {{priceData.endDate||''}}</view> 
+									<view class="box-yhj-top-tip" v-else></view>
+									-->
+									
+									<view class="box-yhj-top-tip" >有意者请点击首页“专业支持”联系大衡同学</view>
+									
 							</view>
 							<view class="box-yhj-title">内容配置对比</view>
 							<view class="box-yhj-table">
@@ -168,16 +175,25 @@
 					</view>
 				</template>
 			</template>
-			<template v-if="tindex<2">
+			<template v-if="tindex===0" >
 				<view class="box-btn adfacjb">
 					<view class="box-btn-left adfac">
 						<view class="box-btn-left-text">实付</view>
 						<view class="box-btn-left-money adfac"><span>¥</span>{{sumPrice}}</view>
 					</view>
-					<view class="box-btn-right" @click="confirmBuy">确认购买</view>
+					<view class="box-btn-right" @click="confirmBuy()">确认购买</view>
 				</view>
-			</template>
-			<template v-else>
+			</template>
+			<template v-else-if="tindex===1 && sumPrice===0" >
+				<view class="box-btn adfacjb">
+					<view class="box-btn-left adfac">
+						<view class="box-btn-left-text">实付</view>
+						<view class="box-btn-left-money adfac"><span>¥</span>{{sumPrice}}</view>
+					</view>
+					<view class="box-btn-right" @click="confirmBuy()">确认购买</view>
+				</view>
+			</template>			
+			<template v-else-if="tindex===2">
 				<view class="box-empty adffcacjc">
 					<image :src="imgBase+'recharge_empty.png'"></image>
 					<p>团队PRO版正在开发中</p>
@@ -422,6 +438,21 @@
 						position: absolute;
 						left: 0;
 						top: -6rpx;
+					}
+					&-xss{
+						width: 170rpx;
+						height: 40rpx;
+						background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/buy_yhj_bg.png') no-repeat;
+						background-size: 100% 100%;
+						font-family: PingFangSC, PingFang SC;
+						font-weight: 400;
+						font-size: 24rpx;
+						color: #FFFFFF;
+						line-height: 40rpx;
+						text-align: center;
+						position: absolute;
+						left: 0;
+						top: -6rpx;
 					}
 					&-nr{
 						padding: 34rpx 0 26rpx;
@@ -441,6 +472,14 @@
 							line-height: 59rpx;
 							text-align: center;
 							margin-top: 10rpx;
+						}
+						&-nt{
+							font-family: D-DINCondensed, D-DINCondensed;
+							font-size: 50rpx;
+							color: #795021;
+							line-height: 59rpx;
+							text-align: center;
+							margin-top: 10rpx;
 						}
 						&-yj{
 							font-family: PingFangSC, PingFang SC;
@@ -738,6 +777,10 @@
 					line-height: 100rpx;
 					text-align: center;
 					letter-spacing: 2rpx;
+					&.disabled{
+						background: #C0C0C0;
+						color: #FFFFFF;
+					}
 				}
 			}
 		

+ 25 - 0
project.config.json

@@ -0,0 +1,25 @@
+{
+  "setting": {
+    "es6": true,
+    "postcss": true,
+    "minified": true,
+    "uglifyFileName": false,
+    "enhance": true,
+    "packNpmRelationList": [],
+    "babelSetting": {
+      "ignore": [],
+      "disablePlugins": [],
+      "outputPath": ""
+    },
+    "useCompilerPlugins": false,
+    "minifyWXML": true
+  },
+  "compileType": "miniprogram",
+  "simulatorPluginLibVersion": {},
+  "packOptions": {
+    "ignore": [],
+    "include": []
+  },
+  "appid": "wxb0ecfcf0c3e50402",
+  "editorSetting": {}
+}

+ 14 - 0
project.private.config.json

@@ -0,0 +1,14 @@
+{
+  "libVersion": "3.15.1",
+  "projectname": "ChuangHengWx",
+  "setting": {
+    "urlCheck": true,
+    "coverView": true,
+    "lazyloadPlaceholderEnable": false,
+    "skylineRenderEnable": false,
+    "preloadBackgroundData": false,
+    "autoAudits": false,
+    "showShadowRootInWxmlPanel": true,
+    "compileHotReLoad": true
+  }
+}