修复bug

This commit is contained in:
Leo_Ding 2025-08-08 19:07:22 +08:00
parent 00a70f1c6c
commit 45127cef9b
2 changed files with 4 additions and 2 deletions

View File

@ -242,7 +242,9 @@
// //
setTimeout(() => { setTimeout(() => {
uni.navigateBack(); uni.redirectTo({
url:'/pages/mySeekHelp/index'
});
}, 1500); }, 1500);
} catch (error) { } catch (error) {
console.error('发布失败:', error); console.error('发布失败:', error);

View File

@ -31,7 +31,7 @@
</view> </view>
<pickerColor :isShow="showPickerColor" :bottom="0" @callback='getPickerColor' /> <pickerColor :isShow="showPickerColor" :bottom="0" @callback='getPickerColor' />
<u-popup :show="readShow" mode="center" :round="10"> <u-popup :show="readShow" mode="bottom" :round="10">
<instructionVue @change='readChange' /> <instructionVue @change='readChange' />
<u-button type="primary" text="我已知晓" :disabled="hasReaded" @click="postApply"></u-button> <u-button type="primary" text="我已知晓" :disabled="hasReaded" @click="postApply"></u-button>
</u-popup> </u-popup>