This commit is contained in:
Double-_-Z 2025-07-21 01:24:26 +08:00
parent 0fbfbde161
commit 80146b2d75
3 changed files with 1 additions and 15 deletions

View File

@ -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:[
{ {

View File

@ -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){

Binary file not shown.

Before

Width:  |  Height:  |  Size: 680 B