userinfo.wxml 17.2 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418
<wxs module="filters" src="../../../utils/filter.wxs"></wxs>
<view class="container">

  <!-- 头像,昵称,多个卡 -->
  <view class="head flex-space-between">
    <view class="flex-center">

      <view class="flex-center">
        <image class="Headportrait" src="{{user.head_pic}}"></image>
      </view>
      <view class="flex-center vipmax">
        <view>
          <view class="fs32">
            <view class="ellipsis-1 Nickname">{{user.nickname}}
            </view>
          </view>

          <view class="flex-center fs22 vip">
            <block wx:if="{{isBool&&gradename}}">
              <navigator url="/pages/user/userqy/userqy">
                <view class="flex-center AncrownMax">
                  <image class="Ancrown" src="{{iurl}}/miniapp/images/userqy/user_userqy_huang.png"></image>
                  <view>{{gradename}}</view>
                </view>
              </navigator>
            </block>
            <block wx:if="{{pulscardname}}">
              <navigator url="/pages/user/plus/plus">
                <view class="flex-center plusMax">
                  <image class="fuls" src="{{iurl}}/miniapp/images/userinfo/userinfo/privilege_t.png"></image>
                  <view>{{pulscardname}}</view>
                </view>
              </navigator>
            </block>
          </view>
        </view>
      </view>
    </view>
    <view class="flex ai_and">
      <view class="flex-level ai_and" style="background-image:url({{iurl}}/miniapp/images/userinfo/userinfo/code.png);width:170rpx;height:140rpx;margin-top: 80rpx;background-size:100%;" bindtap="show_tc">
        <view class="fs26 code" style="color:rgb(255,255,255);margin-left:9rpx;margin-top: 100rpx;">我的二维码</view>
      </view>
    </view>
  </view>

  <view class="user-container">
    <view class="Bbottom">
      <view bindtap="changeAvatar" class="user-head flex-vertical-between">
        <view class="user-txt">卡号</view>
        <view class="user-txt-right">{{user.erpvipno}}
        </view>
      </view>
      <view bindtap="editUserInfo1" class="user-name flex-vertical-between" data-type="nickname">
        <view>是否启用消费密码</view>
        <view class="flex-center" bindtap="isstcsp">
          <view class="flex-center cmleft">
            <block wx:if="{{isstcsp}}">
              <icon size="20" type="success" color="rgb(212,2,31)"></icon>
            </block>
            <block wx:else>
              <icon size="20" type="success" color="rgb(0, 0, 0, 0.4)"></icon>
            </block>
            <view class="Mleft">启用密码消费</view>
          </view>
        </view>

      </view>
      <!-- 是否显示密码 -->
      <view class="flex-vertical-between user-name" wx:if="{{isstcsp==1}}">
        <view class="user-txt">消费密码</view>
        <view class="flex">
          <block wx:if="{{ispwhid}}">
            <input bindblur="lose_focus" class="fs28 hion user-txt-right" value="{{consumption}}" password="true" type="number"/>
          </block>
          <block wx:else>
            <input bindblur="lose_focus" class="fs28 hion user-txt-right" value="{{consumption}}"  type="number"/>
          </block>

          <block wx:if="{{ispwhid}}">
            <image class="eye" src="{{iurl}}/miniapp/images/userinfo/userinfo/Eye.png" bindtap="ispwhid"></image>
          </block>
          <block wx:else>
            <image class="eye" src="{{iurl}}/miniapp/images/userinfo/open_eye.png" bindtap="ispwhid"></image>
          </block>

        </view>
      </view>


      <view bindtap="editUserInfo1" class="user-name flex-vertical-between" data-type="sex">
        <view>性别</view>
        <view class="flex">
          <view class="flex-center {{isGender==1?'Gendercheck':'Gender'}}" data-sex="1" bindtap="isGender">
            <block wx:if="{{isGender==1}}">
              <image class="GenderImage" src="{{iurl}}/miniapp/images/userinfo/userinfo/malealready.png"></image>
            </block>
            <block wx:else>
              <image class="GenderImage" src="{{iurl}}/miniapp/images/userinfo/userinfo/malenot.png"></image>
            </block>
            <view class="fs24">男</view>
          </view>
          <view class="flex-center {{isGender==2?'Gendercheck':'Gender'}}" data-sex="2" bindtap="isGender">
            <block wx:if="{{isGender==2}}">
              <image class="GenderImage" src="{{iurl}}/miniapp/images/userinfo/userinfo/femalealready.png"></image>
            </block>
            <block wx:else>
              <image class="GenderImage" src="{{iurl}}/miniapp/images/userinfo/userinfo/femalenot.png"></image>
            </block>
            <view class="fs26">女</view>
          </view>
        </view>

      </view>

      <view bindtap="editUserInfo1" class="user-name flex-vertical-between" data-type="sex">
        <view>出生日期</view>
        <view class="flex flex-vertical-between fs28 Birth">
          <view class="flex" bindtap="iscalendar">
			  
			  <!-- <block wx:if="user.birthday==null&&user.birthday==''"> -->
			  
            <block wx:if="{{iscalendar}}">
              <view class="flex-center">
                <icon size="20" type="success" color="rgb(212,2,31)"></icon>
              </view>
            </block>
            <block wx:else>
              <icon size="20" type="success" color="rgb(0, 0, 0, 0.4)"></icon>
            </block>
			
			<!-- </block> -->
			
			
            <view class="flex-center">
              <view class="Mleft">农历</view>
            </view>
          </view>
          <view class="user-txt-right">
            <!-- 填充数据的时候要判断是否已经有出生日期,有值的话就不可修改 -->
            <block wx:if="{{user.birthday==''||user.birthday==null}}">				
              <picker bindchange='bindChange' value="{{datet}}" mode="date" start="{{year-70}}-1-1" end="{{year}}-12-31">
				  {{datet?datet:"请选择时间"}}
              </picker>
            </block>
            <block wx:else>
              <view>{{datet==""? user.birthday==""?"":filters.replace_time2(user.birthday):datet}}</view>
            </block>
			
          </view>
        </view>
      </view>
    </view>
    <view class="Bbottom">
      <view bindtap="editUserInfo1" class="user-name mt flex-vertical-between" data-type="nickname">
        <view class="user-name-txt">姓名</view>
        <input bindblur="user_name" class="user-txt-right t-r" placeholder="*姓名" value='{{user.vipname}}' />
      </view>

      <view bindtap="editUserInfo1" class="user-name flex-vertical-between" data-type="nickname">
        <view class="user-name-txt">身份证</view>

        <input bindblur="identity_card" class="user-txt-right t-r" value="{{user.idcard}}" placeholder="*身份证"></input>


        <!-- <block wx:else>
          <input class="user-txt-right" bindblur="IdentityIDCard" value="" type="idcard" maxlength="18" placeholder="*身份证" />
        </block> -->
      </view>
      <view data-url="/pages/user/Change_phone/Change_phone" bindtap="go_phone" class="user-name flex-vertical-between" data-type="mobile">
        <view class="user-name-txt">更换手机</view>
        <view class="flex-center user-txt-right">
          <view class="flex">{{phone}}</view>
          <view class="angle">∟</view>
        </view>
      </view>

      <view class="user-name flex-vertical-between" data-type="mobile">
        <view class="user-name-txt">地址</view>
        <!-- <block wx:if="{{user.address.length>0}}">
          <view>{{user.address}}</view>
        </block>
        <block wx:else> -->
        <input bindblur="address" maxlength="30" value="{{user.address}}" class="user-txt-right" placeholder="*地址" style="text-align:right" />
        <!-- </block> -->
      </view>

      <!-- 选择门店 -->
      <view bindtap="onclickstore" class="user-name flex-vertical-between" data-type="email">
        <view class="user-name-txt">所属门店</view>
        <view class="flex-center user-txt-right">
          <view class="one-line">{{stoname}}</view>
          <view class="angle">∟</view>
        </view>
      </view>

      <!-- 美容顾问 -->
      <view bindtap="go_get_guide" class="user-name flex-vertical-between" data-type="email">
        <view class="user-name-txt">{{guide_title}}</view>
        <view class="flex-center user-txt-right">
          <view class="one-line">{{user.staffName?user.staffName:"*选择顾问"}}</view>
          <view class="angle">∟</view>
        </view>
      </view>



    </view>
    <!-- 我的兴趣 -->
    <view wx:if="{{ isBool==1 && is_lable_set==1}}" class="padding Bbottom">
    <!-- 我的兴趣 -->
    <view wx:if="{{is_lable_set!=null && is_lable_set==1}}" class="Bbottom">
      <view class="interest fs28">
        <view class="flex-vertical-between" bindtap="goto" data-url="/pages/user/labels/labels">
          <view class="fs30">我的兴趣</view>
          <view class="angle">∟</view>
        </view>
        <!-- 选中的标签 -->
        <view class="lables">
          <block wx:if="{{check_label.length>0}}">
            <view class="lable" wx:for="{{check_label}}" wx:for-item="label">
              <view class="ellipsis-1">{{label}}</view>
            </view>
          </block>
          <!-- 添加标签按钮 -->
          <view class="add_lable ib ellipsis-1" bindtap="goto" data-url="/pages/user/labels/labels">
            <text class="plus">+</text>
            <text>标签</text>
          </view>
        </view>
      </view>
    </view>
    </view>

    <navigator bindtap="goto-address" class="user-name mt flex-vertical-between" url="/pages/user/address_list/address_list">
      <view class="user-name-txt">收货地址</view>
      <view class="flex-center user-txt-right">
        <!-- <view class="flex">{{user.address_id}}</view> -->
        <view class="angle">∟</view>
      </view>
    </navigator>

    <view bindtap="editUserInfo1" class="user-name flex-vertical-between" data-type="email">
      <view class="user-name-txt">绑定时间</view>
      <view class="user-txt-right one-line">{{user.reg_time?filters.replace_time2(user.reg_time):""}}</view>
    </view>

</view>
<!-- 确认修改按钮 -->
<view class="flex-center confirm">
  <view class="flex-center fs30 confirmtext" bindtap="confirm_revision">
    <view>确认修改</view>
  </view>
</view>

<!--弹出层内容,其中的“我知道”中绑定让弹出层消失的函数:bindtap="hide"-->
<view class="tc_view" hidden='{{tc_hide}}' bindtap='hide_tc'>
  <view class="modal-box" hidden="{{flag}}" bindtap="hide"></view>
  <view class="modal-body">
    <view class="modal-content">
      <view class="flex">
        <image src="{{user.head_pic}}" class="hd_img"></image>
        <view class="ctent_txt">
          <view class='txt1'>{{user.nickname}}
            <image wx:if="{{user.sex==2}}" class="arrow-right" src="{{iurl}}/miniapp/images/user/wum.png"></image>
            <image wx:else class="arrow-right" src="{{iurl}}/miniapp/images/user/man.png"></image>
          </view>
          <view class='txt2' wx:if="{{user.address}}">{{user.address}}</view>
        </view>
      </view>
      <view class="m_ta">
        <canvas class="g_img" canvas-id="qrcode" />
      </view>
      <view class="s_sao">扫一扫上面的二维码图案,即可消费</view>
    </view>
  </view>
</view>

<!-- 选择门店的弹框,1.1版最新的 -->
<block wx:if="{{store==1}}">
  <view class="mongolia-layer" bindtap="onclickstore"></view>
  <view class="popup-frame">
    <block wx:if="{{sort_store==0}}">
      <!-- 头部 标题 -->
      <view class="popup-top flex-space-between">
        <text class="fs32 nearby_store">{{choice_sort_store==0?'附近的门店':region_name}}</text>
        <view>
          <view>
            <icon bindtap="onclickstore" class="modal-closes" color="black" size="22" type="cancel"></icon>
          </view>
          <view class="felx choose_more" bindtap="more_store">
            <text class="fs26 red-co" wx:if="{{is_show_sto_cat}}">{{choice_sort_store==0?'更多门店':'返回'}}</text>
            <view class="bg_rights"></view>
          </view>
        </view>
      </view>
      <!-- 门店列表,最外层的门店列表,一开始 -->
      <view class="store-list">
        <!--如果还没有点击更多门店的时候  -->
        <block wx:if="{{choice_sort_store==0}}">			
          <!-- 需要for循环 -->
          <block wx:if="{{is_show_sto_cat==1}}">
            <view class="store_choose flex" wx:for="{{def_pickpu_list}}" bindtap="choose_for_store_fir" data-ind="{{index}}">
              <view class="store flex-vertical">
                <!-- 需要点击事件 -->
                <block wx:if="{{index==fir_pick_index}}">
                  <view class="circle white xc-hook fs20 red-b">Г</view>
                </block>
                <block wx:else>
                  <view class="circle  xc-hooks"></view>
                </block>
                <view class="address-frame xc-ash">
                  <view class="flex-vertical-between butttem5">
                    <view class="flex xc-ash">
                      <view class="fs30 xc-black3 address_name">{{item.pickup_name}}</view>
                    </view>
                    <view>
                      <view class="distance fs24 address-val" wx:if="{{item.distance!=null}}">
                        距离:{{item.distance>1000?filters.toFix(item.distance/1000,2)+'km':filters.toFix(item.distance,0)+"m"}}</view>
                    </view>
                  </view>
                  <view class="fs24 xc-ash-9f">地址:{{item.fulladdress}}</view>
                </view>
              </view>
            </view>
          </block>
          <block wx:else>
            <view class="store_choose flex" wx:for="{{only_pk}}" bindtap="choose_for_store_fir" data-ind="{{index}}">
              <view class="store flex-vertical">
                <!-- 需要点击事件 -->
                <block wx:if="{{index==fir_pick_index}}">
                  <view class="circle white xc-hook fs20 red-b">Г</view>
                </block>
                <block wx:else>
                  <view class="circle  xc-hooks"></view>
                </block>

                <view class="address-frame xc-ash">
                  <view class="flex-vertical-between ">
                    <view class="flex xc-ash">
                      <view class="fs30 xc-black3 address_name">{{item.pickup_name}}</view>
                    </view>
                    <view>
                      <view class="distance fs24 address-val" wx:if="{{item.distance!=null}}">距离:{{item.distance>1000?filters.toFix(item.distance/1000,2)+"km":filters.toFix(item.distance,0)+"m"}}
                      </view>
                    </view>
                  </view>
                  <view class="fs24 xc-ash-9f">地址:{{item.fulladdress}}</view>
                </view>
              </view>
            </view>
          </block>
        </block>
        <block wx:else>
          <!-- 如果是点击选择门店分类后显示分类下的门店  -->
          <view class="store_choose flex" wx:for="{{sec_sto.s_arr}}" data-ind="{{index}}" bindtap="choose_for_store">
            <view class="store flex-vertical">
              <!-- 需要点击事件 -->
              <block wx:if="{{index==sec_pick_index}}">
                <view class="circle white xc-hook fs20 red-b">Г</view>
              </block>
              <block wx:else>
                <view class="circle  xc-hooks"></view>
              </block>

              <view class="address-frame xc-ash">
                <view class="flex-vertical-between ">
                  <view class="flex xc-ash">
                    <view class="fs28 xc-black3 address_name">{{item.pickup_name}}</view>
                  </view>
                  <view>
                    <view class="distance fs24 address-val" wx:if="{{item.distance!=null}}"> 距离:{{item.distance>1000?filters.toFix(item.distance/1000,2)+"km":filters.toFix(item.distance,0)+"m"}}</view>
                  </view>
                </view>
                <view class="fs24 xc-ash-9f">地址:{{item.fulladdress}}</view>
              </view>
            </view>
          </view>
        </block>

      </view>

      <!-- 门店列表底部 -->
      <view class="store-bottom-frame">
        <view class="store-bottom flex-center">
          <view class="determine red-b fs30 white t-c" bindtap="sure_pick" data-openindstore="{{open_ind_store}}">确定</view>
          <!-- <view class="default  t-c fs28" bindtap="set_def_pick" data-openindstore="{{open_ind_store}}">设为默认</view> -->
        </view>
      </view>

    </block>


    <block wx:else>
      <view class="popup-top flex-space-between">
        <text class="fs32 nearby_store">门店分类选择</text>
        <view>
          <view>
            <icon bindtap="onclickstore" class="modal-closes" color="black" size="22" type="cancel"></icon>
          </view>
        </view>
      </view>
      <view class="sort_store_list">

        <view class="sort-store-frame" wx:for="{{all_sto}}" data-index="{{index}}" bindtap="choice_sort_store" data-region="{{item.name}}">
          <view class="sort-store flex-vertical-between">
            <view class="fs30" di>{{item.name}}</view>
            <view class="black_rights-frame">
              <view class="black_rights"></view>
            </view>
          </view>
        </view>

      </view>
    </block>
  </view>
</block>
</view>
<warn id="warn"></warn>