|
@@ -36,9 +36,6 @@
|
|
|
<agree-dialog ref="agreeWxDialog" @confirm-btn="wxConfirmBtn"></agree-dialog>
|
|
|
<tel-dialog ref="telDialogRef" @telClose="telClose" @bindBtn="bindBtn" v-if="telDialogFlag"></tel-dialog>
|
|
|
<tip-dialog ref="tipDialogRef" :title="tipTitle" :content="tipContent"></tip-dialog>
|
|
|
-
|
|
|
- <button @click="testGo">go Pdf</button>
|
|
|
-
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -99,12 +96,6 @@
|
|
|
const tipTitle = '升级提醒';
|
|
|
const tipContent = '您的APP不是最新版本,部分功能不能使用,请升级至最新版本!';
|
|
|
|
|
|
- function testGo() {
|
|
|
- uni.redirectTo({
|
|
|
- url:'/pages/pdfPage/pdfPage'
|
|
|
- })
|
|
|
- }
|
|
|
-
|
|
|
const store = useIsCanBack();
|
|
|
onUnload(() => {
|
|
|
console.log('unload')
|