补充
This commit is contained in:
parent
0fbfbde161
commit
80146b2d75
@ -37,7 +37,7 @@ export default {
|
||||
return {
|
||||
current: uni.getStorageSync('current')||0,// 当前页码下标
|
||||
loading: false,
|
||||
fileUrl: configService.fileUrl + 'pixel/navigation/',//导航栏图标基础路径
|
||||
fileUrl: configService.fileUrl + 'aerocraft/navigation/',//导航栏图标基础路径
|
||||
// 导航栏按钮
|
||||
navicationList:[
|
||||
{
|
||||
|
@ -120,21 +120,7 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
onReady() {
|
||||
// this.$refs.loginForm.setRules(this.loginRules);
|
||||
},
|
||||
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(){
|
||||
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