wechat_jiaxuan/pages/design/design.wxml
@@ -19,7 +19,5 @@ </view> <image class="banner" src="{{ WechatIMG558 }}" mode="widthFix"></image> <!-- --> <van-popup show="{{ showAreaList }}" position="bottom" round> <van-area class="area-list" area-list="{{ areaList }}" bind:confirm="confirmChange" bind:cancel="chooseCity" /> </van-popup> <van-cascader wx:if="{{ showAreaList }}" value="{{ cascaderValue }}" title="请选择所在地区" options="{{ areaList }}" bind:close="onClose" bind:finish="onFinish" /> </view>