补充
This commit is contained in:
parent
0fbfbde161
commit
80146b2d75
@ -37,7 +37,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
current: uni.getStorageSync('current')||0,// 当前页码下标
|
current: uni.getStorageSync('current')||0,// 当前页码下标
|
||||||
loading: false,
|
loading: false,
|
||||||
fileUrl: configService.fileUrl + 'pixel/navigation/',//导航栏图标基础路径
|
fileUrl: configService.fileUrl + 'aerocraft/navigation/',//导航栏图标基础路径
|
||||||
// 导航栏按钮
|
// 导航栏按钮
|
||||||
navicationList:[
|
navicationList:[
|
||||||
{
|
{
|
||||||
|
@ -120,21 +120,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onReady() {
|
|
||||||
// this.$refs.loginForm.setRules(this.loginRules);
|
|
||||||
},
|
|
||||||
methods:{
|
methods:{
|
||||||
// 返回
|
|
||||||
back(){
|
|
||||||
console.log(this.nextUrl);
|
|
||||||
// if(this.nextUrl==='/pages/mobile_web/index/index'&&
|
|
||||||
// uni.getStorageSync('current')===1){
|
|
||||||
// uni.setStorageSync('current',0);
|
|
||||||
// uni.navigateBack();
|
|
||||||
// } else {
|
|
||||||
// uni.navigateBack();
|
|
||||||
// }
|
|
||||||
},
|
|
||||||
// 提交
|
// 提交
|
||||||
submit(){
|
submit(){
|
||||||
if(!this.isAgreed){
|
if(!this.isAgreed){
|
||||||
|
BIN
static/sift.png
BIN
static/sift.png
Binary file not shown.
Before Width: | Height: | Size: 680 B |
Loading…
Reference in New Issue
Block a user