v
This commit is contained in:
parent
64b43b6b3d
commit
3d8cfd23d4
@ -91,7 +91,7 @@
|
|||||||
"https" : false
|
"https" : false
|
||||||
},
|
},
|
||||||
"router" : {
|
"router" : {
|
||||||
"base" : "history"
|
"base" : ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,9 +32,9 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- 注册 -->
|
<!-- 注册 -->
|
||||||
<view class="more_Login">
|
<view class="more_Login">
|
||||||
<text @click="registerUrl()">{{register}}</text>
|
<text @click="registerUrl()">{{register}}</text>
|
||||||
<text class="other" @click="mask_u">其他方式登录</text>
|
<text class="other" @click="mask_u">其他方式登录</text>
|
||||||
</view>
|
</view>
|
||||||
<!-- denglu QQ weixin -->
|
<!-- denglu QQ weixin -->
|
||||||
<view class="buttones">
|
<view class="buttones">
|
||||||
<view @click="loginOn">{{login}}</view>
|
<view @click="loginOn">{{login}}</view>
|
||||||
@ -159,32 +159,32 @@
|
|||||||
})
|
})
|
||||||
return false
|
return false
|
||||||
}else{
|
}else{
|
||||||
|
uni.setStorageSync('token', res.data.token);//存储一个字符传值
|
||||||
|
uni.navigateTo({
|
||||||
|
url : '/pageA/topick/topick'
|
||||||
|
})
|
||||||
// 缓存用户的信息
|
// 缓存用户的信息
|
||||||
uni.setStorage({
|
// uni.setStorageSync({
|
||||||
key: 'user_info',
|
// key: 'user_info',
|
||||||
data: res.data,
|
// data: res.data,
|
||||||
success: function() {
|
// success: function() {
|
||||||
console.log('success');
|
// console.log('success');
|
||||||
// 跳转首页
|
// // 跳转首页
|
||||||
uni.navigateTo({
|
// uni.navigateTo({
|
||||||
url : '/pageA/topick/topick'
|
// url : '/pageA/topick/topick'
|
||||||
})
|
// })
|
||||||
}
|
// }
|
||||||
});
|
// });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 存储接口请求所需token
|
// 存储接口请求所需token
|
||||||
uni.setStorage({
|
uni.setStorageSync('token', res.data.token);//存储一个字符传值
|
||||||
key: 'token',
|
// // 注册返回参数
|
||||||
data: res.data.token,
|
// this.$refs.uToast.show({
|
||||||
});
|
// title: res.message,
|
||||||
// 注册返回参数
|
// type: 'success',
|
||||||
this.$refs.uToast.show({
|
// url: '/pageA/topick/topick'
|
||||||
title: res.message,
|
// })
|
||||||
type: 'success',
|
|
||||||
url: '/pageA/topick/topick'
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
if (res.errCode == 1) {
|
if (res.errCode == 1) {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
|
@ -20,7 +20,7 @@ export default {
|
|||||||
// 协议类型调用不同的的协议
|
// 协议类型调用不同的的协议
|
||||||
let typeIindex = option.index;
|
let typeIindex = option.index;
|
||||||
this.typeIndexRquest(typeIindex)
|
this.typeIndexRquest(typeIindex)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
typeIndexRquest(typeIindex){
|
typeIndexRquest(typeIindex){
|
||||||
// 3种协议分别是 0 1 2 【agreement:用户协议,open_store:开店协议,privacy:隐私协议,use:使用协议】;
|
// 3种协议分别是 0 1 2 【agreement:用户协议,open_store:开店协议,privacy:隐私协议,use:使用协议】;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<view class="backes"></view>
|
<view class="backes"></view>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="title">手机注册</view>
|
<view class="title">手机注册</view>
|
||||||
<view class="labales">
|
<view class="labales phones">
|
||||||
<!-- <text></text> -->
|
<!-- <text></text> -->
|
||||||
<input type="tel" placeholder="请输入您的手机号" v-model="member_mobile" />
|
<input type="tel" placeholder="请输入您的手机号" v-model="member_mobile" />
|
||||||
</view>
|
</view>
|
||||||
@ -21,9 +21,7 @@
|
|||||||
<view class="pact">
|
<view class="pact">
|
||||||
<view></view>
|
<view></view>
|
||||||
<text>我已详细阅读并同意</text>
|
<text>我已详细阅读并同意</text>
|
||||||
<text class="pact_text">《用户协议》</text>
|
<text class="pact_text" v-for="(item,index) in pact_text" :key="index" @click="pact_click(index)"> {{item.text}} </text>
|
||||||
<text class="pact_text">《隐私协议》</text>
|
|
||||||
<text class="pact_text">《使用协议》</text>
|
|
||||||
<u-checkbox-group @change="checkboxGroupChange" size="27">
|
<u-checkbox-group @change="checkboxGroupChange" size="27">
|
||||||
<u-checkbox @change="checkboxChange" v-model="item.checked" v-for="(item, index) in list" :key="index" :name="item.name"
|
<u-checkbox @change="checkboxChange" v-model="item.checked" v-for="(item, index) in list" :key="index" :name="item.name"
|
||||||
shape="circle" size="14" active-color="#19BE6B" ></u-checkbox>
|
shape="circle" size="14" active-color="#19BE6B" ></u-checkbox>
|
||||||
@ -72,12 +70,32 @@
|
|||||||
member_mobile: '', //手机号
|
member_mobile: '', //手机号
|
||||||
smslog_type : '1',//状态
|
smslog_type : '1',//状态
|
||||||
sms_code : '', //验证码
|
sms_code : '', //验证码
|
||||||
|
// 协议渲染
|
||||||
|
pact_text: [{
|
||||||
|
"id": '1',
|
||||||
|
"text": "《用户协议》"
|
||||||
|
}, {
|
||||||
|
"id": '2',
|
||||||
|
"text": "《隐私协议》"
|
||||||
|
}, {
|
||||||
|
"id": '3',
|
||||||
|
"text": "《使用协议》"
|
||||||
|
},
|
||||||
|
|
||||||
|
]
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
// 协议跳转
|
||||||
|
pact_click(index){
|
||||||
|
console.log(index)
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pageA/pactList/pactList?index=' + index
|
||||||
|
});
|
||||||
|
},
|
||||||
// 用户注册
|
// 用户注册
|
||||||
loginIn(){
|
loginIn(){
|
||||||
let type_phone = this.$u.test.mobile( this.member_mobile)
|
let type_phone = this.$u.test.mobile( this.member_mobile)
|
||||||
@ -113,8 +131,8 @@
|
|||||||
if(res.errCode == 0){
|
if(res.errCode == 0){
|
||||||
// 缓存用户的信息
|
// 缓存用户的信息
|
||||||
uni.setStorage({
|
uni.setStorage({
|
||||||
key: 'user_info',
|
key: 'token',
|
||||||
data: res.data,
|
data: res.data.token,
|
||||||
success: function () {
|
success: function () {
|
||||||
console.log('success');
|
console.log('success');
|
||||||
// 跳转选择页面
|
// 跳转选择页面
|
||||||
@ -421,4 +439,7 @@
|
|||||||
// text-overflow: ellipsis; //溢出用省略号显示
|
// text-overflow: ellipsis; //溢出用省略号显示
|
||||||
// white-space: nowrap; //溢出不换行
|
// white-space: nowrap; //溢出不换行
|
||||||
}
|
}
|
||||||
|
.phones{
|
||||||
|
margin-bottom: 90rpx!important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -34,9 +34,14 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad(){
|
onLoad(){
|
||||||
|
// 标签的列表展示
|
||||||
// 列表的方法
|
console.log("11111222")
|
||||||
this.labelList()
|
this.$u.api.labelList({
|
||||||
|
|
||||||
|
}).then((res) => {
|
||||||
|
console.log(res)
|
||||||
|
this.tab_lables = res.data
|
||||||
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted(){
|
mounted(){
|
||||||
@ -68,16 +73,7 @@
|
|||||||
url: '/pages/index/index'
|
url: '/pages/index/index'
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 标签的列表展示
|
|
||||||
labelList(){
|
|
||||||
console.log("11111222")
|
|
||||||
this.$u.api.labelList({
|
|
||||||
|
|
||||||
}).then((res) => {
|
|
||||||
console.log(res)
|
|
||||||
this.tab_lables = res.data
|
|
||||||
})
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user