3.22医生
This commit is contained in:
@@ -25,9 +25,10 @@ Component({
|
||||
*/
|
||||
methods: {
|
||||
onBack() {
|
||||
console.log("onBackonBackonBack");
|
||||
|
||||
let back_url = this.data.navbarData.back_url;
|
||||
let back_url_type = this.data.navbarData.back_url_type;
|
||||
|
||||
if(back_url){
|
||||
if(back_url_type == 0){
|
||||
app.go(back_url);
|
||||
|
||||
Reference in New Issue
Block a user