This commit is contained in:
duan
2025-01-09 17:03:16 +08:00
parent 8a31aa557b
commit 58ad33a494

View File

@@ -252,7 +252,7 @@
<view style="display: flex;align-items: center; justify-content: space-between;">
<view class=""></view>
<view class=""></view>
<image style="width: 20rpx;height: 20rpx;" src="../../static/images/me/closeIconss.png" mode="">
<image @tap="close" style="width: 20rpx;height: 20rpx;" src="../../static/images/me/closeIconss.png" mode="">
</image>
</view>
<view style="margin-top: 40rpx;text-align: center;">
@@ -504,6 +504,10 @@
}
},
methods: {
close(){
this.$refs.popup.close()
},
dialogClose() {
uni.navigateTo({
url: '/pages/video/video'