更新
This commit is contained in:
@@ -252,7 +252,7 @@
|
|||||||
<view style="display: flex;align-items: center; justify-content: space-between;">
|
<view style="display: flex;align-items: center; justify-content: space-between;">
|
||||||
<view class=""></view>
|
<view class=""></view>
|
||||||
<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>
|
</image>
|
||||||
</view>
|
</view>
|
||||||
<view style="margin-top: 40rpx;text-align: center;">
|
<view style="margin-top: 40rpx;text-align: center;">
|
||||||
@@ -504,6 +504,10 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
close(){
|
||||||
|
this.$refs.popup.close()
|
||||||
|
|
||||||
|
},
|
||||||
dialogClose() {
|
dialogClose() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/video/video'
|
url: '/pages/video/video'
|
||||||
|
|||||||
Reference in New Issue
Block a user