Sfoglia il codice sorgente

Signed-off-by: 李妹妹 <1639016684@qq.com>

李妹妹 22 ore fa
parent
commit
03d66d0501

+ 1 - 1
App.vue

@@ -6,7 +6,7 @@
 		globalData: {
 			// wsUrl: 'wss://websocket.cdwjyyh.com',
 			wsUrl: '',
-			appId: 'wxe67df00c8a1e6bed',
+			appId: 'wx30d1ed5dbbdc5cc5',
 		},
 		onLoad: function (){
 			

+ 2 - 2
manifest.json

@@ -1,5 +1,5 @@
 {
-    "name" : "原乡行",
+    "name" : "百域臻品",
     "appid" : "__UNI__A8490FA",
     "description" : "",
     "versionName" : "1.0.0",
@@ -52,7 +52,7 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "wxe67df00c8a1e6bed",
+        "appid" : "wx30d1ed5dbbdc5cc5",
         "setting" : {
             "urlCheck" : false
         },

+ 2 - 2
pages.json

@@ -31,7 +31,7 @@
 		{
 			"path": "pages/home/index",
 			"style": {
-				"navigationBarTitleText": "原乡行",
+				"navigationBarTitleText": "百域臻品",
 				"enablePullDownRefresh": false,
 				"navigationStyle": "custom",
 				"app-plus": {
@@ -1549,7 +1549,7 @@
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "原乡行",
+		"navigationBarTitleText": "百域臻品",
 		"navigationBarBackgroundColor": "#FFFFFF",
 		"backgroundColor": "#FFFFFF"
 	},

+ 1 - 1
pages/auth/login.vue

@@ -8,7 +8,7 @@
 		  		<!-- <image  :src="imgPath+'/app/images/logo.png'"></image> -->
 				<image  src="/static/logo.png"></image>
 		  	</view>
-		  	<view class="title">原乡行</view>
+		  	<view class="title">百域臻品</view>
 		  </view>
         <!-- <open-data class="user-avatar" type="userAvatarUrl"></open-data>
         <open-data class="user-name" type="userNickName"></open-data> -->

+ 1 - 1
pages/common/launch.vue

@@ -5,7 +5,7 @@
 				<view class="circle"></view>
 				<image src="/static/logo.png"></image>
 			</view>
-			<text class="text">原乡行</text>
+			<text class="text">百域臻品</text>
 		</view>
 	</view>
 </template>

+ 4 - 16
pages/home/index.vue

@@ -9,7 +9,7 @@
 					<!-- 这里是状态栏 -->
 					<view class="status_bar" :style="{height: statusBarHeight}"></view>
 					<view class="top-title">
-						<view class="name" >原乡行</view>
+						<view class="name" >百域臻品</view>
 						<!-- <view class="dot">•</view><view class="sub-name">七彩互联网医院</view> -->
 					</view>
 					<!-- 搜索框、购物车、客服 -->
@@ -67,24 +67,12 @@
 			</view>
 
 		</view>
-		<view class="online-inquiry">
+		<view class="online-inquiry" v-if="isuser==false">
 			<view class="item" @click="navTo('../home/productList')">
-				<!-- <image  class="bg-img" src="../../static/images/banner1.png" mode=""></image> -->
 				<image class="bg-img"
 					src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/userapp/images/banner.png"
 					mode=""></image>
-				<!-- <view class="inner">
-					<text class="title">用药榜</text>
-					<text class="sub-title"></text>
-					<image src="https://hos-1309931967.cos.ap-chongqing.myqcloud.com/fs/20250320/f2d3ba32a9344dc79b4df7c228189243.png" mode=""></image>
-				</view> -->
 			</view>
-			<!-- @click="navTo('/pages_course/livingList')" -->
-			<!-- <view class="item" @click="toLive">
-				<image class="bg-img"
-					src="https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com/userapp/images/banner2.png" mode="">
-				</image>
-			</view> -->
 		</view>
 		<!-- <view class="open-class bgf radius12">
 			<view class="title-box">
@@ -476,7 +464,7 @@
 		},
 		onShareAppMessage(res) {
 			return {
-				title: '原乡行-您的专属解决方案',
+				title: '百域臻品-您的专属解决方案',
 				path: `/pages/common/launch`,
 				// imageUrl: this.$store.state.imgpath +'/app/image/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4
 			imageUrl: '/static/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4
@@ -489,7 +477,7 @@
 		//分享到朋友圈
 		onShareTimeline(res) {
 			return {
-				title: '原乡行-您的专属解决方案',
+				title: '百域臻品-您的专属解决方案',
 				query: '', //页面参数
 				imageUrl: '/static/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4
 				// imageUrl: this.$store.state.imgpath +'/app/image/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4

+ 2 - 2
pages/shopping/cart.vue

@@ -42,9 +42,9 @@
 		</view>
 		<!-- 猜你喜欢 -->
 		 
-		<view class="like-product">
+	<!-- 	<view class="like-product">
 			<likeProduct  ref="product" />
-		</view>
+		</view> -->
 		<!-- 底部按钮 -->
 		<view class="btn-foot">
 			<view class="left">

+ 1 - 0
pages/shopping/productDetails.vue

@@ -89,6 +89,7 @@
 			</view>
 		</view>
 		<!-- 底部按钮 -->
+		<!-- userinfo.isShow==1&& -->
 		<view class="btn-foot" v-if="isuser==false">
 			<view class="menu-box">
 				<view class="item" @click="goHome">

+ 2 - 2
pages_company/order/confirmCompanyOrder.vue

@@ -86,7 +86,7 @@
 		//发送给朋友
 		onShareAppMessage(res) {
 			return {
-				title: "原乡行-您的专属解决方案",
+				title: "百域臻品-您的专属解决方案",
 				path: '/pages_company/order/confirmOrder?orderKey='+this.orderKey,
 				imageUrl: '/static/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4
 			}
@@ -95,7 +95,7 @@
 		//分享到朋友圈
 		onShareTimeline(res) {
 			return {
-				title:"原乡行-您的专属解决方案",
+				title:"百域臻品-您的专属解决方案",
 				query:'orderKey='+this.orderKey,
 				imageUrl:  '/static/logo.png' //分享图标,路径可以是本地文件路径、代码包文件路径或者网络图片路径.支持PNG及JPG。显示图片长宽比是 5:4
 			}

+ 1 - 1
pages_course/becomeVIP.vue

@@ -81,7 +81,7 @@
 			</view>
 		</u-popup>
 		<!--#endif-->
-		<view class="footer-tips">重庆云联融智提供技术支持</view>
+		<view class="footer-tips">重庆百域臻品提供技术支持</view>
 	</view>
 </template>
 

+ 2 - 1
pages_course/living.vue

@@ -888,7 +888,8 @@ import {CustomToast} from '@/components/custom-toast.vue';
 				networkType: 'unknown', // 当前网络类型
 				isNetworkAvailable: true, // 网络是否可用
 
-				templateId: 'rGA9RK2Lm6vVDaxo3Jzg5nPom4HmnZ87DeeyJi5eqcw', //百域承品
+				// templateId: 'PP138PbExil47x7RIIzy_XheiEsyWv6-R3_aHm5Qs7Q', //百域承品
+				templateId: 'ELHbRqBdzSV7ttXTWw7RgnddnIqkj2-ld8dMU-gJmyU', //乐享优品
 				isAgreement: false,
 
 				wsNewUrl: 'wss://api.fhhx.runtzh.com/ws/app/webSocket',

+ 1 - 1
pages_course/reward.vue

@@ -6,7 +6,7 @@
 		<view class="answerPopup-title">恭喜你,回答正确</view>
 		<view class="answerPopup-desc">您有一份奖励待领取哦</view>
 		<view class="answerPopup-btn" @click="handleReceive">领取</view>
-		<view class="footer-tips">重庆云联融智提供技术支持</view>
+		<view class="footer-tips">重庆百域臻品提供技术支持</view>
 	</view>
 </template>
 

+ 1 - 1
pages_course/videovip.vue

@@ -247,7 +247,7 @@
 				<view class="submitname" @click="confimrname" :class="nameuser&&avataruser?'subact':'sub'">确定</view>
 			</view>
 		</u-popup>
-		<view class="footer-tips">重庆云联融智提供技术支持</view>
+		<view class="footer-tips">重庆百域臻品提供技术支持</view>
 		<!-- footer -->
 		<view class="footer" v-if="videoId">
 			<view class="btns"  >

+ 1 - 1
pages_manage/login.vue

@@ -29,7 +29,7 @@
 				</view>
 			 </view>
 		 </view>
-		 <view class="footer-tips">重庆云联融智提供技术支持</view>
+		 <view class="footer-tips">重庆百域臻品提供技术支持</view>
 	</view>
 </template>
 

+ 1 - 1
pages_shopping/live/complaint.vue

@@ -4,7 +4,7 @@
 			<view class="color#{$5} ">投诉对象</view>
 			<view class="align-center mt30 mb50">
 				<image class="w98 h98 mr30" style="border-radius: 50%;" src="/static/logo.png"></image>
-				<text>原乡行</text>
+				<text>百域臻品</text>
 			</view>
 		</view>
 		<view class="container" >

+ 2 - 2
pages_user/user/pay.vue

@@ -4,7 +4,7 @@
 			<view class="inner">
 				<view class="pay">
 					<view class="title">
-						<text class="name">付款给 原乡行</text>
+						<text class="name">付款给 百域臻品</text>
 						<text class="desc">微信收款</text>
 					</view>
 					<view class="pay-money">
@@ -58,7 +58,7 @@
 		},
 		onShareAppMessage(res) {
 			return {
-				title: '原乡行-收款',
+				title: '百域臻品-收款',
 				path: `/pages_user/user/pay?companyId=`+this.companyId+"&companyUserId="+this.companyUserId
 			}
 		},

+ 2 - 2
pages_user/user/userTuiAdd.vue

@@ -1,12 +1,12 @@
 <template>
   <view>
 		<view class="form-box">
-			<view class="title">你为什么想成为原乡行健康推广?</view>
+			<view class="title">你为什么想成为百域臻品健康推广?</view>
 			<view class="textarea-box">
 				<textarea v-model="question1" value="" placeholder="请输入..." maxlength="200" placeholder-class="textarea-place" />
 				<view class="num-box">{{ question1.length }}/200</view>
 			</view>
-			<view class="title">你是否了解原乡行健康推广大使?</view>
+			<view class="title">你是否了解百域臻品健康推广大使?</view>
 			<view class="textarea-box">
 				<textarea v-model="question2" value="" placeholder="请输入..." maxlength="200" placeholder-class="textarea-place" />
 				<view class="num-box">{{ question1.length }}/200</view>

+ 2 - 2
store/index.js

@@ -18,8 +18,8 @@ export default new Vuex.Store({
 	// imgpath: 'https://jnlzjk-1323137866.cos.ap-chongqing.myqcloud.com',//百域承品图片请求地址
 	imgpath: 'https://bjzmky-1323137866.cos.ap-chongqing.myqcloud.com',//百域承品图片请求地址
 	// https://jnlzjk-1323137866.cos.ap-chongqing.myqcloud.com/shop  百域承品图片链接
-	logoname:'原乡行',
-	appid:'wxe67df00c8a1e6bed',//百域承品
+	logoname:'百域臻品',
+	appid:'wx30d1ed5dbbdc5cc5',//百域承品
   },
   getters: {
     coureLogin: (state) => state.coureLogin,