18 lines
1.2 KiB
Plaintext
18 lines
1.2 KiB
Plaintext
<!-- component/navber/navber.wxml -->
|
|
<!-- components/header/header.wxml -->
|
|
<view style="padding-top:{{system.statusHeight+'px'}};background: {{titleColor.bColor}};color: {{titleColor.tColor}};" class='customTitleBox'>
|
|
<view class='customBot' style="height:{{system.titleHeight+'px'}}">
|
|
<view wx:if="{{isLocation}}" data-url='{{cityInfo.location}}' class="cityBox" bind:tap="storeJump">
|
|
<image class='arrowBottom' src='/static/img/icon/dw.png'></image>
|
|
{{cityInfo.city}}
|
|
<!-- <image class='arrowBottom1' src='/static/img/icon/inverted-icon.png'></image> -->
|
|
</view>
|
|
<view data-propdata="{{propData}}" data-islogin="{{isLogin}}" style="width:{{system.titleHeight+'px'}}" wx:if="{{isBack}}" bindtap='goBack' class='backBtn'>
|
|
<image wx:if="{{backColor == null}}" class='backIcon' src='/static/img/icon/asdwgyjtyj.png'></image>
|
|
<image wx:else class='backIcon' src='/static/img/icon/left-fff.png'></image>
|
|
</view>
|
|
<view bindtap='changePhone' wx:if="{{isContact}}" class='addChange'>添加账户联系人</view>
|
|
<view class='customTitle'>{{pageTitle}}</view>
|
|
</view>
|
|
</view>
|
|
<view style="height:{{system.statusHeight+system.titleHeight+'px'}}"></view> |