Your Name il y a 5 ans
Parent
commit
8c5b34f037
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 5 4
      pages/personal_core/Realname/Realname.wxml

+ 5 - 4
pages/personal_core/Realname/Realname.wxml

@@ -21,15 +21,16 @@
21
              <text class='text1'>证件照片</text>
21
              <text class='text1'>证件照片</text>
22
              <view class='img_box'>
22
              <view class='img_box'>
23
 
23
 
24
+                  <view class='img' data-src='{{initial.opposite}}'   bindtap='enlarge' >
25
+                       <image src='{{initial.opposite}}'></image>
26
+                       <text>国徽页</text>
27
+                  </view>
28
+                  
24
                   <view class='img' data-src='{{initial.positive}}'   bindtap='enlarge'>
29
                   <view class='img' data-src='{{initial.positive}}'   bindtap='enlarge'>
25
                        <image src='{{initial.positive}}'></image>
30
                        <image src='{{initial.positive}}'></image>
26
                        <text>头像页</text>
31
                        <text>头像页</text>
27
                   </view>
32
                   </view>
28
 
33
 
29
-                  <view class='img' data-src='{{initial.opposite}}'   bindtap='enlarge' >
30
-                       <image src='{{initial.opposite}}'></image>
31
-                       <text>国徽页</text>
32
-                  </view>
33
 
34
 
34
              </view> 
35
              </view> 
35
        </view>
36
        </view>