lll
liukangdong
2024-08-05 2da083225417ef7007842b84e7276242faeb0e35
wechat_jiaxuan/pages/sets/index.wxml
@@ -24,4 +24,15 @@
        </view>
    </view>
  </van-popup>
  <van-popup show="{{ showLogout }}" round bind:close="appClose">
    <view class="modal">
        <view class="title">提醒</view>
        <view class="text">你是否要退出该小程序吗</view>
        <view class="btns">
          <navigator class="btn cancel" target="miniProgram" open-type="exit">确认退出</navigator>
          <view class="btn" bindtap="appClose">返回首页</view>
        </view>
    </view>
  </van-popup>
</view>