jingxiaoshangmine.wxml
2.6 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
<!-- 弹出层 -->
<view class="register" wx:if="{{showcode}}">
<view class="registerwrap">
<view class="codeimg">
<image src="../../../img/aicon_17@2x.png"></image>
</view>
<view class="iconfont icon-shanchuguanbicha" bindtap="hidecode"></view>
</view>
</view>
<!-- 客服弹层 -->
<view class="kefuregister" catchtouchmove='true' wx:if="{{phonemode}}">
<view class="kefuwrap">
<view class="pohone" bindtap="makePhoneCall" data-mobile="{{mobile}}">
{{mobile}}
</view>
<view class="iconfont icon-shanchuguanbicha" bindtap="cancelphone"></view>
</view>
</view>
<!--
<import src="../template/template.wxml" />
<template is="tabBar" data='{{num:num}}' /> -->
<view class="head">
<image src="../../img/headimg.png"></image>
<view class="peopleimg">
<image src="../../img/peopleimg.png"></image>
</view>
<view class="peoplename">挪威躺</view>
<view class="codenum">经销商编号:SHJ008654</view>
<view class="headbottom" bindtap="seeaddress">
<view class="address">地址管理</view>
<view class="looklist">
<view class="look">查看</view>
<view class="rowimg">
<image src="../../img/aicon_08@2x.png"></image>
</view>
</view>
</view>
</view>
<view class="myinfolist" bindtap="seeinfo">
<view class="address">我的信息</view>
<view class="looklist">
<view class="look">查看</view>
<view class="rowimg">
<image src="../../img/aicon_08@2x.png"></image>
</view>
</view>
</view>
<!-- 经销商 -->
<view class="myorder">
<view class="myorderlist">
<view class="address">我的订单</view>
<view class="looklist" bindtap="seeorder">
<view class="look">查看全部订单</view>
<view class="rowimg">
<image src="../../img/aicon_08@2x.png"></image>
</view>
</view>
</view>
<view class="ordercontent">
<view class="ordercontentitem" bindtap="orderlist" data-current="1">
<view class="myorderimg">
<!-- aicon_40@2x.png -->
<image src="/img/daishouhuo.png"></image>
</view>
<view class="alreadyname">已提交</view>
</view>
<view class="ordercontentitem" bindtap="orderlist" data-current="2">
<view class="myorderimg">
<!-- aicon_41@2x.png -->
<image src="/img/finish.png"></image>
</view>
<view class="alreadyname">已完成</view>
</view>
</view>
</view>
<!-- 客服 -->
<view class="kefulist" bindtap="phone">
<view class="kefuimg">
<image src="../../img/aicon_16@2x.png"></image>
</view>
<view class="kefuname">客服</view>
</view>