feat: 问卷组件新增跳转逻辑
This commit is contained in:
@@ -15,17 +15,19 @@
|
|||||||
前往填写
|
前往填写
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
import { getAccessToken } from "@/constant/token";
|
||||||
|
|
||||||
const handleCall = () => {
|
const handleCall = () => {
|
||||||
|
const token = getAccessToken();
|
||||||
|
|
||||||
|
uni.navigateTo({
|
||||||
|
url: `/pages/webview/index?token=${token}`,
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped></style
|
<style lang="scss" scoped></style>
|
||||||
|
|||||||
Reference in New Issue
Block a user