更新
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user