页面跳转问题修改

master
guoshuang 4 years ago
parent 96490ac270
commit b01927802a

@ -2,7 +2,7 @@
<view class="page-receipt-detail"> <view class="page-receipt-detail">
<view class="header"> <view class="header">
<view class="left"> <view class="left">
<u-icon class="icon" name="arrow-left" @click="go" /> <u-icon class="icon" name="arrow-left" @click="uni.navigateBack({})" />
</view> </view>
<view class="title">{{ $t("message.Pi_QueryResults") }}</view> <view class="title">{{ $t("message.Pi_QueryResults") }}</view>
<view class="right"></view> <view class="right"></view>
@ -60,9 +60,9 @@ export default class RawReceiptDetail extends BasePage {
}; };
await this.model.querydetaildlist(content); await this.model.querydetaildlist(content);
} }
go() { // go() {
this.toPage(this.page.raw.ingoods.dnReturnGoods.location); // this.toPage(this.page.raw.ingoods.dnReturnGoods.location);
} // }
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>

@ -289,7 +289,7 @@ export default class RawReceiptDetail extends BasePage {
}) })
} }
appoint() { appoint() {
this.redirectTo(this.page.raw.ingoods.dnReturnGoods.Local); this.toPage(this.page.raw.ingoods.dnReturnGoods.Local);
} }
async onSubmit() { async onSubmit() {
let isTrue = true let isTrue = true

Loading…
Cancel
Save