|
|
@@ -93,6 +93,7 @@ function copyUrl() {
|
|
|
});
|
|
|
}
|
|
|
function handleExchange() {
|
|
|
+ visible.value = false
|
|
|
router.push({
|
|
|
path: "/pages/programming/web-view",
|
|
|
query: {
|
|
|
@@ -101,6 +102,7 @@ function handleExchange() {
|
|
|
});
|
|
|
}
|
|
|
function handleExchange2() {
|
|
|
+ visible2.value = false
|
|
|
router.push({
|
|
|
path: "/pages/programming/web-view",
|
|
|
query: {
|
|
|
@@ -160,7 +162,7 @@ function handleExchange2() {
|
|
|
</cl-popup>
|
|
|
<cl-popup v-model="visible2" :size="400" :show-header="false" direction="center">
|
|
|
<view class="flex flex-col items-center justify-center gap-4 py-5 bg-slate-50">
|
|
|
- <view class="absolute top-2 right-2" @tap="visible = false">
|
|
|
+ <view class="absolute top-2 right-2" @tap="visible2 = false">
|
|
|
<cl-icon name="close-circle-fill" color="info" :size="20"></cl-icon>
|
|
|
</view>
|
|
|
<image mode="heightFix" src="https://oss.xiaoxiongcode.com/static/home/coding.png" class="h-[70rpx]" />
|