Sfoglia il codice sorgente

销售端订单页搜索优化,代客下单选择客户优化,预约表单时间选择优化,销售端登录优化,新增销售退出登录

huangzhe 3 anni fa
parent
commit
00181409c5

+ 0 - 1
src/components/basic-component/app-layout/app-user-login/app-user-login.vue

xqd
@@ -1,7 +1,6 @@
 <template>
     <view class="login-1 dir-left-nowrap main-center cross-center" :class="showLoginModal ? 'show' : ''">
         <view class="login-content">
-            <!-- <image :src="'https://t17.9026.com/web/statics/image/index/auth-default.png'" class="login-img"></image> -->
 			<image :src="'https://t17.9026.com/web/statics/image/index/auth-default.png'" class="login-img"></image>
             <view>
                 <app-hotspot :hotspot="auth_page.hotspot_link">

+ 4 - 2
src/core/apiUrl.js

xqd xqd
@@ -14,7 +14,8 @@ const apiUrl = {
 		message_list:'plugin/sale/api/message/list',
 		message_delete:'plugin/sale/api/message/delete',
 		
-		income_record:'plugin/sale/api/user/income-record'
+		income_record:'plugin/sale/api/user/income-record',
+		logout:'plugin/sale/api/user/logout'
 	},
 	example:{
 		style_list:'plugin/example/api/index/style-list',
@@ -38,7 +39,8 @@ const apiUrl = {
 		// hxj新增
 		binding_estate:'api/estate/binding-estate-sale',
 		sale_list:'api/estate/sale-list',
-		select_master_estate:'api/estate/select-master-estate'
+		select_master_estate:'api/estate/select-master-estate',
+		setting_list:'api/default/setting-list'
     },
     finance: {
         cash: 'api/finance/cash',

+ 7 - 0
src/pages.json

xqd
@@ -533,6 +533,13 @@
 						"enablePullDownRefresh": false
 					}
 
+				}, {
+					"path": "about-mall/mallAgreement",
+					"style": {
+						"navigationBarTitleText": "商城协议",
+						"enablePullDownRefresh": false
+					}
+
 				}
 			]
 		},

+ 2 - 2
src/pages/case/appointment/appointment-list.vue

xqd
@@ -12,14 +12,14 @@
 						<view class="desc t-omit" :style="{width: is_myself===0?'':'100%'}">活动时间:{{`${item.begin_time}-${item.end_time}`}}</view>
 					</view>
 					<view v-if="is_myself===0" class="right-bt">
-						<view class="t-omit">{{item.num}}</view>
+						<view style="width: 118rpx;" class="t-omit">{{item.num}}</view>
 						<view class="ee">名额仅剩</view>
 					</view>
 				</view>
 				<view class="line"></view>
 				<view class="main-between cross-center addr">
 					<view class="t-omit" :style="{width: is_myself===0?'400rpx':'100%'}">活动地点:{{item.address}}</view>
-					<button v-if="is_myself===0" class="appointment-now" style="padding: 0;border-radius: 0;" size="mini" :style="{'background-color':getTheme.background}">{{item.is_already_appoint==1?'已预约':'去预约'}}</button>
+					<button v-if="is_myself===0" class="appointment-now" style="padding: 0;border-radius: 0;" size="mini" :style="{'background-color':item.is_already_appoint==1?'#908d89':getTheme.background}">{{item.is_already_appoint==1?'已预约':'去预约'}}</button>
 				</view>
 			</view>
 			<appNoData v-if="VisitList.length===0" :title="'暂无预约'"></appNoData>

+ 14 - 0
src/pages/sale/cusmter/list.vue

xqd
@@ -97,6 +97,20 @@
 			},
 			navCusmterInfo(id,name,mobile,user_id) {
 				if(this.why==='select_customer'){
+					if(user_id==0){
+						uni.showModal({
+						    title: '提示',
+						    content: '客户暂未绑定,请联系',
+						    success: (res)=> {
+						        if (res.confirm) {
+						            return
+						        } else if (res.cancel) {
+									return
+						        }
+						    }
+						});
+						return
+					}
 					let pages = getCurrentPages();
 					let prevPage = pages[pages.length - 2]; //上一个页面
 					prevPage.$vm.customerInfo={user_id:user_id,name:name,mobile:mobile}

+ 92 - 10
src/pages/sale/mySaleOrder.vue

xqd xqd xqd xqd xqd xqd xqd xqd
@@ -4,10 +4,16 @@
 	<view class="page">
 		<!-- <view style="background-color: #fff;position: fixed;top: 0;width: 100%;"> -->
 		<view style="background-color: #fff;">
-			<view class="main-left cross-center search">
+			<view class="main-left cross-center search" @click="toSearch">
 				<image src="https://t17.9026.com/web/statics/image/index/search.png" mode=""></image>
-				<input style="width: 560rpx;" type="text" value="" placeholder="搜索客户、商品、时间、订单号" v-model="keyword" @confirm="search"
-					placeholder-style="font-size:28rpx;color:#999;" />
+				<view v-if="search.keyword || search.dateArr[0] || search.dateArr[1]" class=" main-left cross-center hjx-tc-222">
+					<view v-if="search.dateArr[0]">{{search.dateArr[0]}}</view>
+					<view v-if="search.dateArr[1]"><text v-if="search.dateArr[0]">至</text>{{search.dateArr[1]}}</view>
+					<view v-if="search.keyword"><text v-if="search.dateArr[0] || search.dateArr[1]">,</text>{{search.keyword}}</view>
+				</view>
+				<view v-else class="hjx-tc-999">
+					搜索客户、商品名称、时间、订单号
+				</view>
 			</view>
 		</view>
 		<view style="background-color: #fff;position: sticky;top: 0;width: 100%;">
@@ -86,9 +92,9 @@
 						<view class="date">{{item.updated_at.split(' ')[0]}}</view>
 						<view class="main-around">
 							<!-- <view class="kbtn">上传发票</view> -->
-							<view class="kbtn" @click="$jump({'open_type':'navigate','url':item.sign=='composition'?'/pages/case/projectInfo':'/pages/goods/goods'})">再次购买</view>
+							<!-- <view class="kbtn" @click="$jump({'open_type':'navigate','url':'/pages/cart/cart'})">再次购买</view> -->
 							
-							<view class="kbtn" v-if="item.status>1" @click="$jump({open_type:'navigate',url:'/pages/order/express-detail/express-detail'})">查看物流</view>
+							<view class="kbtn" v-if="item.status===1 && isShowExpressButton(item)" @click="logistics(item)">查看物流</view>
 						</view>
 					</template>
 					<!-- <template v-if="false">
@@ -173,9 +179,14 @@
 				rangeShow1: false,
 				
 				
-				keyword:'',
+				search: {
+				    keyword: '',
+				    dateArr: []
+				},
+				isRequest: true, //防止数据重复加载
 				page:1,
 				isNoMore:false,
+				timer:'',
 			};
 		},
 		computed: {
@@ -188,7 +199,32 @@
 		},
 		onShow() {
 			uni.hideHomeButton()
-			this.getDataList()
+			this.timer=setTimeout(()=>{
+				this.$storage.getStorage({
+					key: 'search',
+					success:(res)=> {
+						this.search = res.data;
+						let interval = setInterval(()=> {
+							if (this.isRequest) {
+								this.page = 1;
+								this.getDataList()
+								// this.$store.dispatch('gConfig/setTabBarBoolean', this.tabBarNavs.navs);
+							}
+							clearInterval(interval)
+						}, 300);
+					},
+					fail:()=> {
+						let interval = setInterval(()=> {
+							if (this.isRequest) {
+								this.page = 1;
+								this.getDataList()
+								// this.$store.dispatch('gConfig/setTabBarBoolean', this.tabBarNavs.navs);
+							}
+							clearInterval(interval)
+						}, 300);
+					}
+				});
+			}, 0)
 		},
 		onReachBottom() {
 			if(!this.isNoMore){
@@ -197,17 +233,57 @@
 			}
 		},
 		methods: {
+			toSearch() {
+			    uni.navigateTo({
+			        url: `/pages/order/search/search`
+			    })
+			},
+			// 物流信息
+			logistics(orderDetail) {
+			    if (orderDetail.is_send == 1 && orderDetail.detailExpress.length == 0) {
+			        // 兼容
+			        let [id, express, express_no, customer_name, cover_pic] = [orderDetail.id, orderDetail.express, orderDetail.express_no, orderDetail.customer_name, orderDetail.detail[0].goods_info.pic_url];
+			        uni.navigateTo({
+			            url: `/pages/order/express-detail/express-detail?id=${id}&express=${express}&express_no=${express_no}&customer_name=${customer_name}&cover_pic=${cover_pic}`
+			        })
+			    } else if (orderDetail.is_send == 1 && orderDetail.detailExpress.length == 1 && orderDetail.send_type != 2) {
+			        let express = orderDetail.detailExpress[0].express;
+			        let express_no = orderDetail.detailExpress[0].express_no;
+			        let customer_name = orderDetail.detailExpress[0].customer_name;
+			        let cover_pic = orderDetail.detailExpress[0].expressRelation[0].orderDetail.goods_info.goods_attr.cover_pic;
+			        uni.navigateTo({
+			            url: `/pages/order/express-detail/express-detail?express=` + express + `&customer_name=` + customer_name + `&express_no=` + express_no + `&cover_pic=` + cover_pic
+			        })
+			    } else if (orderDetail.detailExpress.length >= 1) {
+			        uni.navigateTo({
+			            url: '/pages/order/express-list/express-list?order_id=' + orderDetail.id
+			        });
+			    }
+			},
+			isShowExpressButton: function(order) {
+			    if (order.is_send) {
+			        if (order.detailExpress.length == 1 && order.detailExpress[0].send_type == 2 && order.send_type == 0) {
+			            return false;
+			        }
+			
+			        if (order.is_confirm == 0) {
+			            return true;
+			        }
+			    }
+			    return false;
+			},
 			getDataList(){
+				this.isRequest = false;
 				this.$showLoading()
 				this.$request({
 					url:this.$api.order.list,
 					data:{
 						status: this.status,
-						keyword: this.keyword,
-						dateArr: [],
+						keyword: this.search ? this.search.keyword : '',
+						dateArr: this.search ? JSON.stringify(this.search.dateArr) : JSON.stringify([]),
 						page: this.page,
 						sale_id:this.info.salesperson_id,
-						user_verify_status:this.user_verify_status
+						user_verify_status:this.user_verify_status,
 					},
 					method:'get'
 				}).then(res=>{
@@ -222,6 +298,7 @@
 							this.isNoMore=true
 						}
 					}
+					this.isRequest = true;
 				})
 			},
 			
@@ -250,6 +327,9 @@
 				this.page=1
 				this.getDataList()
 			}
+		},
+		onUnload() {
+			clearTimeout(this.timer)
 		}
 	}
 </script>
@@ -293,6 +373,8 @@
 		margin: 0 auto;
 		padding-left: 22rpx;
 
+font-size: 24rpx;
+
 		image {
 			width: 22rpx;
 			height: 22rpx;

+ 78 - 24
src/pages/sale/sale-user-center.vue

xqd xqd xqd xqd xqd xqd xqd xqd xqd xqd xqd
@@ -1,7 +1,8 @@
 <template>
 	<app-layout :haveBackground="false">
 		<image style="height: 396rpx;width: 100%;position: absolute;top: 0;left: 0;z-index: -1;"
-			src="https://swdzshopv4.oss-cn-chengdu.aliyuncs.com/uploads/mall10000/20211209/0adfeb029f95892255541fd43cb70358.png" mode=""></image>
+			src="https://swdzshopv4.oss-cn-chengdu.aliyuncs.com/uploads/mall10000/20211209/0adfeb029f95892255541fd43cb70358.png"
+			mode=""></image>
 		<app-nav-bar v-if="true" :fixed="true" :title="mall.name" color="#000" :hasMallSetting="2" background-color="">
 		</app-nav-bar>
 		<app-user-center-top :top-style="5" :member-pic-url="userCenter.member_pic_url"
@@ -14,23 +15,41 @@
 			<view class="list" :class="[listStyle]">
 				<!--  #ifdef MP -->
 				<view class="item" v-for="(item, index) in temporaryMenu" :key="index">
-					<app-jump-button form :url="item.link_url" :open_type="item.open_type" :item="item" :number="userInfo.service_phone"
-						:arrangement="'row'">
+					<app-jump-button v-if="item.name!='退出销售端'" form :url="item.link_url" :open_type="item.open_type" :item="item"
+						:number="userInfo.service_phone" :arrangement="'row'">
 						<view style="width: 100%" class="item-container dir-left-nowrap cross-center">
 							<view class="box-grow-0">
 								<image :src="item.icon_url" class="icon"></image>
 							</view>
 							<view class="box-grow-1 main-between" style="max-width: 100%">
 								<view class="name">{{item.name}}</view>
-								<view class="num" v-if="item.num">{{item.num===1?Number(userInfo.salesperson_info.already_verify_num) + Number(userInfo.salesperson_info.not_verify_num):userInfo.salesperson_info.estate_num}}</view>
+								<view class="num" v-if="item.num">
+									{{item.num===1?Number(userInfo.salesperson_info.already_verify_num) + Number(userInfo.salesperson_info.not_verify_num):userInfo.salesperson_info.estate_num}}
+								</view>
 							</view>
 							<view class="box-grow-0">
 								<image src="https://t17.9026.com/web/statics/image/index/arrow-right-bgwrite.png"
-									class="arrow" ></image>
+									class="arrow"></image>
 								<!-- <image src="https://t17.9026.com/web/statics/image/index/arrow-right-bgwrite.png" class="arrow"></image> -->
 							</view>
 						</view>
 					</app-jump-button>
+					<view v-else style="width: 100%" class="item-container dir-left-nowrap cross-center" @click="logout">
+						<view class="box-grow-0">
+							<image :src="item.icon_url" class="icon"></image>
+						</view>
+						<view class="box-grow-1 main-between" style="max-width: 100%">
+							<view class="name">{{item.name}}</view>
+							<view class="num" v-if="item.num">
+								{{item.num===1?Number(userInfo.salesperson_info.already_verify_num) + Number(userInfo.salesperson_info.not_verify_num):userInfo.salesperson_info.estate_num}}
+							</view>
+						</view>
+						<view class="box-grow-0">
+							<image src="https://t17.9026.com/web/statics/image/index/arrow-right-bgwrite.png"
+								class="arrow"></image>
+							<!-- <image src="https://t17.9026.com/web/statics/image/index/arrow-right-bgwrite.png" class="arrow"></image> -->
+						</view>
+					</view>
 				</view>
 				<!--  #endif -->
 				<!--  #ifdef H5 -->
@@ -47,12 +66,13 @@
 								</view>
 								<view class="box-grow-1" style="max-width: 100%">
 									<view class="name">{{item.name}}</view>
-									<view class="num" v-if="item.num">{{item.num===1?Number(userInfo.salesperson_info.already_verify_num) + Number(userInfo.salesperson_info.not_verify_num):userInfo.salesperson_info.estate_num}}</view>
+									<view class="num" v-if="item.num">
+										{{item.num===1?Number(userInfo.salesperson_info.already_verify_num) + Number(userInfo.salesperson_info.not_verify_num):userInfo.salesperson_info.estate_num}}
+									</view>
 								</view>
 								<view class="box-grow-0" v-if="userCenter.menu_style=='1'">
-									<image
-										src="https://t17.9026.com/web/statics/image/index/arrow-right.png"
-										class="arrow" ></image>
+									<image src="https://t17.9026.com/web/statics/image/index/arrow-right.png"
+										class="arrow"></image>
 								</view>
 							</view>
 						</app-jump-button>
@@ -80,7 +100,7 @@
 				<view :style="{height: '110rpx'}" class="nav-margin "
 					:class="haveBackground ? 'app-layout-background' : ''"></view>
 			</view>
-			<app-tab-bar :page-count="0" ></app-tab-bar>
+			<app-tab-bar :page-count="0"></app-tab-bar>
 		</template>
 	</app-layout>
 </template>
@@ -110,39 +130,40 @@
 		},
 		data() {
 			return {
+				timer:'',
 				temporaryMenu: [{
 						icon_url: "https://t17.9026.com/web/statics/image/index/order-icon.png",
-						key: "pintuan",
+						key: "",
 						link_url: "/pages/sale/mySaleOrder",
 						name: "我的订单",
 						open_type: "navigate",
 					},
 					{
 						icon_url: "https://t17.9026.com/web/statics/image/index/kehu.png",
-						key: "pintuan",
+						key: "",
 						link_url: "/pages/sale/cusmter/list",
 						name: "我的客户",
 						open_type: "navigate",
-						num:1,
+						num: 1,
 					},
 					{
 						icon_url: "https://t17.9026.com/web/statics/image/index/lp.png",
-						key: "pintuan",
+						key: "",
 						link_url: "/pages/sale/properties/properties",
 						name: "我负责的楼盘",
 						open_type: "navigate",
-						num:2,
+						num: 2,
 					},
 					{
 						icon_url: "https://t17.9026.com/web/statics/image/index/xx.png",
-						key: "pintuan",
+						key: "",
 						link_url: "/pages/sale/news/news",
 						name: "我的消息",
 						open_type: "navigate",
 					},
 					{
 						icon_url: "https://t17.9026.com/web/statics/image/index/kf.png",
-						key: "pintuan",
+						key: "",
 						link_url: "",
 						name: "联系客服",
 						open_type: "tel",
@@ -159,7 +180,7 @@
 						key: "",
 						link_url: "",
 						name: "退出销售端",
-						open_type: "reLaunch",
+						open_type: "",
 					}
 				]
 			}
@@ -186,7 +207,7 @@
 				account_bar_status: function() {
 					return this.userCenter.account_bar ? this.userCenter.account_bar.status : 0;
 				},
-				info:state => state.user.info
+				info: state => state.user.info
 				// #ifdef H5
 				isWechat: function() {
 					return this.$jwx.isWechat();
@@ -279,7 +300,7 @@
 							let padding = '';
 							let arrow = require(
 								"https://shop.9026.com/web/statics/image/mall/static/icon/arrow-right.png"
-								);
+							);
 							if (true) {
 								let margin = uni.upx2px(16);
 								strImg =
@@ -375,11 +396,11 @@
 			this.refresh()
 			this.$nextTick().then(() => {
 				this.$store.dispatch('userCenter/data');
-				this.$store.dispatch('user/isEnterSales',true);
+				this.$store.dispatch('user/isEnterSales', true);
 			});
 		},
 		methods: {
-			...mapActions('user',['refresh']),
+			...mapActions('user', ['refresh']),
 			// #ifdef H5
 			routerGo() {
 				uni.navigateTo({
@@ -387,8 +408,39 @@
 				});
 			},
 			// #endif
+			logout() {
+				uni.showModal({
+					title: '提示',
+					content: '确定退出销售端?',
+					success: (res) => {
+						if (res.confirm) {
+							this.$request({
+								url: this.$api.sale.logout,
+								method: 'post'
+							}).then(res => {
+								if (res.code === 0) {
+									uni.showToast({
+										title: '退出成功',
+										icon: 'none'
+									})
+									this.timer=setTimeout(()=>{
+										uni.reLaunch({
+											url:'/pages/index/index',
+										})
+									},1500)
+								}
+							})
+						} else if (res.cancel) {
+							console.log('用户点击取消');
+						}
+					}
+				});
 
+			}
 		},
+		onUnload() {
+			clearTimeout(this.timer)
+		}
 	}
 </script>
 
@@ -417,9 +469,11 @@
 				}
 
 				.arrow {
-					width: 42rpx;height: 42rpx;
+					width: 42rpx;
+					height: 42rpx;
 				}
-				.num{
+
+				.num {
 					font-size: 28rpx;
 					color: #999999;
 					margin-right: 32rpx;

+ 12 - 2
src/pages/user-center/about-mall/about-mall.vue

xqd
@@ -1,24 +1,34 @@
 <template>
 	<view class="main-center-y cross-center page">
-		<view class="i">
+		<view class="i" @click="goPage('/pages/user-center/about-mall/mallAgreement')">
 			商城协议<image src="../../../static/index/arrow-right-ewrte.png" mode=""></image>
 		</view>
 		<view class="i" @click="goPage('/pages/user-center/about-mall/ComplaintsSuggestions')">
 			投诉建议<image src="../../../static/index/arrow-right-ewrte.png" mode=""></image>
 		</view>
 		<view class="i">
-			联系客服<image src="../../../static/index/arrow-right-ewrte.png" mode=""></image>
+			<app-jump-button  form  :open_type="'tel'" url=""
+				:number="userInfo.service_phone" :arrangement="'row'">
+				联系客服<image src="../../../static/index/arrow-right-ewrte.png" mode=""></image>
+			</app-jump-button>
+			
 		</view>
 	</view>
 </template>
 
 <script>
+	import {mapState} from 'vuex'
 	export default {
 		data() {
 			return {
 				
 			};
 		},
+		computed:{
+			...mapState({
+				userInfo: state => state.user.info,
+			})
+		},
 		methods:{
 			goPage(url){
 				uni.navigateTo({url:url})

+ 29 - 0
src/pages/user-center/about-mall/mallAgreement.vue

xqd
@@ -0,0 +1,29 @@
+<template>
+	<view>
+		<view style="padding: 40rpx;" v-html="main_agreement"></view>
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				main_agreement:''
+			};
+		},
+		onLoad() {
+			this.$request({
+				url:this.$api.index.setting_list,
+				method:'post'
+			}).then(res=>{
+				if(res.code===0){
+					this.main_agreement=res.data.main_agreement
+				}
+			})
+		}
+	}
+</script>
+
+<style lang="scss">
+
+</style>

+ 10 - 53
src/pages/user-center/privacyAgreement/privacyAgreement.vue

xqd xqd xqd
@@ -1,6 +1,6 @@
 <template>
 	<view style="min-height: 100vh;background-color: #f0f2f5;">
-		<view v-html="content"></view>
+		<view style="padding: 40rpx;" v-html="content"></view>
 		<view style="height: 200rpx;"></view>
 		<view class="login-btn-box">
 			<button class="main-center cross-center login-btn" :style="{'opacity':readUserAgreement?'1':'0.39'}"
@@ -21,58 +21,7 @@
 		data() {
 			return {
 				url:'',
-				content: `<p>欢迎您使用腾讯企点软件及服务!
-
-为使用腾讯企点软件(以下统称“本软件”)及服务,您应当阅读并遵守《腾讯企点软件许可及服务协议》(以下简称“本协议”),以及《腾讯服务协议》(链接地址:http://www.qq.com/contract.shtml,若链接地址变更的,则以变更后的链接地址所对应的内容为准;其他链接地址变更的情形,均适用前述约定)、《QQ软件许可及服务协议》、《QQ号码规则》(链接地址:http://zc.qq.com/chs/agreement1_chs.html)以及专项规则等。请您务必审慎阅读、充分理解各条款内容,特别是免除或者限制责任的条款,以及开通或使用某项服务的单独协议,并选择接受或不接受。限制、免责条款可能以加粗形式提示您注意。
-
-除非您已阅读并接受本协议所有条款,否则您无权下载、安装或使用本软件及相关服务。您的下载、安装、使用、登录等行为即视为您已阅读并同意本协议的约束。
-
-如果您未满18周岁,请在法定监护人的陪同下阅读本协议,并特别注意未成年人使用条款。
-
-一、【协议的范围】
-1.1【协议适用主体范围】
-本协议是用户(以下可称为“您”)与腾讯之间关于下载、安装、使用、登录本软件,以及使用本服务所订立的协议。
-
-1.2【协议关系及冲突条款】
-本协议被视为《腾讯服务协议》及《腾讯QQ软件许可及服务协议》、《QQ号码规则》的补充协议,是其不可分割的组成部分,与其构成统一整体。本协议与上述内容存在冲突的,以本协议为准。本协议内容同时包括腾讯可能不断发布的关于本服务的相 关协议、服务声明、业务规则及公告指引等内容(以下统称为“专项规则”)。专项规则一经正式发布,即为本协议不可分割的组成部分,您同样应当遵守。
-
-二、【关于本服务】
-2.1【相关定义】
-(1)腾讯企点软件:指由腾讯开发、运营并享有独立知识产权的,专为市场营销、在线客服、销售管理等需求提供内容制作、内容分发、用户数据分析、用户互动等服务的企业服务软件,以下可简称为“企点”。
-
-(2)单位用户:指按照腾讯指定方式、渠道获得本软件使用权,并对相应的企点帐号(以下可简称为“帐号”,包括单位用户帐号和个人用户帐号)有管理权限的用户。一个企点帐号下仅有一个单位用户帐号。
-
-(3)个人用户:指经过单位用户授权使用本软件的普通用户。单位用户仅可以将本软件的使用权转授权给属于本单位的工作人员或其他协助运营企点账户的人员进行使用,这里称为个人用户。
-
-2.2【本服务内容】
-本服务内容是指,通过本软件可以对腾讯指定产品进行相关操作(例如在本软件中编辑、整理QQ公众号、微信公众号的文字、图片等消息内容并对外发送)的企业服 务(简称“本服务”)。具体产品以腾讯实际指定的为准。用户在使用本服务进行相关操作时,需要遵守相关产品的服务规则、专项规则等(包括但不限于《QQ公众平台服务协议》、《微信公众平台服务协议》等)。
-
-2.3【本服务形式】
-您可能可以通过电脑、移动设备等终端以客户端、网页等形式使用本服务,具体以腾讯提供的为准,同时,腾讯会不断丰富您使用本服务的终端、形式等。当您使用本服务时,您应选择与您的终端、系统等相匹配的本软件版本,否则,您可能无法正常使用本服务。由于软件与终端设备型号不相匹配所导致的任何问题或损害,均由用户自行承担。
-
-2.4【许可的范围】
-2.4.1 腾讯给予您一项非排他性的许可,以使用本软件。
-
-2.4.2 您可以制作本软件的一个副本,仅用作备份。备份副本必须包含原软件中含有的所有著作权信息。
-
-2.4.3 本条及本协议其他条款未明示授权的其他一切权利仍由腾讯保留,您在行使这些权利时须另外取得腾讯的书面许可。腾讯如果未行使前述任何权利,并不构成对该权利的放弃。
-
-2.5【接受本服务的形式】
-2.5.1 本服务是有偿使用的服务,单位用户可以通过腾讯指定方式、渠道购买获取本服务及相应腾讯企点号码的使用权,单位用户支付本服务的相关服务费、按照腾讯要求提交相关资质材料以及满足其他腾讯的要求后,腾讯会分配相应的腾讯企点号码给单位用户,单位用户可在相应使用期限内,使用本服务及相应腾讯企点号码。 个人用户应在单位用户的授权范围内使用本服务及相应腾讯企点号码。 腾讯保留未来对本服务改变和说明的权利。您通过腾讯企点帐号使用腾讯的其他服务时,须同时遵守各项服务的服务条款。
-
-2.5.2 腾讯将根据市场与技术的发展,向您提供与本软件相关的各种互联网以及移动通信增值服务,包括免费和收费的增值服务。腾讯保留单方对相关服务收取费用及改变收费标准、方式的权利;如相关服务由免费变更为收费的,腾讯将以适当的形式通知,您可自主选择接受或拒绝该收费的服务,如您拒绝该收费的服务的,您将无法使用该服务。如您接受该收费的服务,您应当保证在使用该收费服务时,将按照腾讯相关收费规定支付费用,如拒付或拖欠费用,腾讯有权停止服务,并依法追偿损失及赔偿。 根据市场情况变化,产品开发及运营成本增加等因素,腾讯有权自行调整相关产品及服务的市场价格。如您不接受调整后的价格,您将在已购买产品或服务有效期截止后不能继续使用该产品和服务。
-
-2.5.3 您应该在本服务到期前,提前联系腾讯的指定推广商或腾讯认可的其他方式办理完成续约手续,否则,腾讯有权在您腾讯企点的使用期限到期后,在不通知您的情况下收回、终止本服务以及相应腾讯企点号码的使用权,腾讯收回之后,您不可以再使用本服务,同时,腾讯有权随时清空您因使用本服务产生的全部数据、信息等,包括但不限于群发信息、员工信息、客户或好友信息和聊天记录等。若由此,给您造成任何损失的,您应自行承担全部损失,并无权向腾讯提出任何主张。 回收后,您若还需使用本服务,需重新支付费用,腾讯会重新分配新的腾讯企点号码,您将不能继续使用原有腾讯企点号码和相应数据。
-
-2.5.4 您申请开通本服务时应先向腾讯提交申请企业的经营或运营所必须的相关合法、真实的资质文件等资料供腾讯公司核查申请企业信息的真实性和合法性。(包括但不限于营业执照等基本主体资料、特殊行业经营或运营所必须的特殊行业的相关特殊资质或审批文件等特殊主体资料)。 若相关资料有变更的,您必须及时向腾讯提供最新的相关资料。 如腾讯公司在您开通和使用本产品及服务的过程中发现您不具备相关资质或您提交的资料(包括但不限于主体的身份信息、行业资质、特殊行业经营或运营所必须的特殊行业的相关特殊资质或审批文件等)存在伪造或冒用其它企业的情形,,腾讯公司有权立即终止已开通产品的全部服务并不退还您已经支付的费用。若由此给您造成任何损失的,您应自行承担全部损失,并无权向腾讯提出任何主张。
-
-2.5.5 您同意腾讯公司有权通过第三方合作机构对您提交的审核资料进行核实查证并向您收取相应的审核费用。如您拒绝支付审核费用,您的申请资料将无法获得审核,由此腾讯公司将会拒绝或取消您对本产品及服务的购买需求且腾讯公司不因此而承担任何责任。如您提供的资料因各种原因(包括但不限于资料不全、资料信息显示不全或不能清晰分辨、资质虚假嫌疑、已有付费产品违规历史记录等)不能通过审核,腾讯公司将不会退回相应的审核费用。若由此给您造成任何损失的,您应自行承担全部损失,腾讯不因此而承担任何责任。
-
-2.5.6 您应通过腾讯官方指定的销售渠道购买本产品及相应服务。如您通过非官方渠道购买本产品,您的合法权益可能将无法得到保证,由此可能引起的账号封停、高价购买、信息泄露、无相应售后服务等情况,腾讯将不承担任何责任。
-
-2.5.7 为维护互联网安全、健康及秩序,保护网络用户合法权益,您在使用本产品的部分服务或功能(包括但不限于修改管理员信息、找回密码、企业资料卡信息更新、QQ群发消息、短信群发等)时,需要事先接受腾讯公司对相关资质和内容的审核,在审核通过后才能获得相应的产品服务,对此您理解并同意。
-
-</p>`
+				content: ''
 			};
 		},
 		computed: {
@@ -85,6 +34,14 @@
 		},
 		onLoad(option) {
 			this.url=option.url
+			this.$request({
+				url:this.$api.index.setting_list,
+				method:'post'
+			}).then(res=>{
+				if(res.code===0){
+					this.content=res.data.vice_agreement
+				}
+			})
 		},
 		methods: {
 			login(e) {