Преглед на файлове

wesmiler 更新第5期升级

wesmiler преди 5 години
родител
ревизия
50649a8fd2

+ 2 - 2
public/themes/default/weixin/member/complain_submit.html

@@ -1,10 +1,10 @@
 <include file="weixin@block:header"/>
 <include file="weixin@block:header"/>
 <link rel="stylesheet" href="__TMPL__/weixin/public/assets/css/complain-submit.css?v={$version}">
 <link rel="stylesheet" href="__TMPL__/weixin/public/assets/css/complain-submit.css?v={$version}">
 <div id="app" v-cloak>
 <div id="app" v-cloak>
-    <div class="fanhui2">
+    <!--<div class="fanhui2">
         <h1>举报投诉</h1>
         <h1>举报投诉</h1>
         <a href="/weixin/member/index"><img src="__TMPL__/weixin/public/assets/img/tubiao37.png"></a>
         <a href="/weixin/member/index"><img src="__TMPL__/weixin/public/assets/img/tubiao37.png"></a>
-    </div>
+    </div>-->
     <div class="main" v-if="types">
     <div class="main" v-if="types">
         <div class="bjzil_bt" ><h1>举报类型</h1></div>
         <div class="bjzil_bt" ><h1>举报类型</h1></div>
         <div class="types">
         <div class="types">

+ 1 - 1
public/themes/default/weixin/member/home.html

@@ -28,7 +28,7 @@
                 <span v-if="homeInfo.education_check==2"><img @click="showAuth('education')" src="__TMPL__/weixin/public/assets/img/education.png" alt="" width="24" height="24"><em v-show="showStatus.education">学历已认证</em></span>
                 <span v-if="homeInfo.education_check==2"><img @click="showAuth('education')" src="__TMPL__/weixin/public/assets/img/education.png" alt="" width="24" height="24"><em v-show="showStatus.education">学历已认证</em></span>
                 <span v-if="homeInfo.position_check==2"><img @click="showAuth('position')" src="__TMPL__/weixin/public/assets/img/position.png" alt="" width="24" height="24"><em v-show="showStatus.position">职业已认证</em></span>-->
                 <span v-if="homeInfo.position_check==2"><img @click="showAuth('position')" src="__TMPL__/weixin/public/assets/img/position.png" alt="" width="24" height="24"><em v-show="showStatus.position">职业已认证</em></span>-->
             </h1>
             </h1>
-            <div class="location"><img src="__TMPL__/weixin/public/assets/img/location.png" alt=""><span>距离你 10km·江南区</span></div>
+            <div class="location" v-if="memberInfo.location"><img src="__TMPL__/weixin/public/assets/img/location.png" alt=""><span>距离你 10km·江南区</span></div>
             <div class="info_box">
             <div class="info_box">
                 <p v-if="homeInfo.birthday_day || homeInfo.height_txt"><img src="__TMPL__/weixin/public/assets/img/info/birthday.png" alt=""><span class="birthday" v-text="homeInfo.birthday_day"></span><img src="/themes/default/weixin/public/assets/img/info/height.png?v=2" class="height-icon"><span class="height ext" v-text="homeInfo.height_txt?homeInfo.height_txt+' - ':''"></span><span class="weight ext" v-text="homeInfo.weight_txt"></span></p>
                 <p v-if="homeInfo.birthday_day || homeInfo.height_txt"><img src="__TMPL__/weixin/public/assets/img/info/birthday.png" alt=""><span class="birthday" v-text="homeInfo.birthday_day"></span><img src="/themes/default/weixin/public/assets/img/info/height.png?v=2" class="height-icon"><span class="height ext" v-text="homeInfo.height_txt?homeInfo.height_txt+' - ':''"></span><span class="weight ext" v-text="homeInfo.weight_txt"></span></p>
                 <p v-if="(homeInfo.show_graduate && homeInfo.graduate) || homeInfo.education_txt"><img src="__TMPL__/weixin/public/assets/img/info/education.png" alt=""><span v-if="homeInfo.show_graduate" v-text="homeInfo.graduate?homeInfo.graduate+' · ':''"></span> <span v-text="homeInfo.education_txt"></span></p>
                 <p v-if="(homeInfo.show_graduate && homeInfo.graduate) || homeInfo.education_txt"><img src="__TMPL__/weixin/public/assets/img/info/education.png" alt=""><span v-if="homeInfo.show_graduate" v-text="homeInfo.graduate?homeInfo.graduate+' · ':''"></span> <span v-text="homeInfo.education_txt"></span></p>

+ 1 - 1
public/themes/default/weixin/public/assets/css/complain-submit.css

@@ -32,7 +32,7 @@
     margin: 0 12px;
     margin: 0 12px;
     margin-bottom: 10px;
     margin-bottom: 10px;
 }
 }
-.baoc_ann{margin: 0 15px;margin-top: 50px;}
+.baoc_ann{margin: 0 15px;margin-top: 50px; margin-bottom: 20px}
 
 
 .baoc_ann h1{font-size: 18px;height: 45px;line-height: 45px;text-align: center;background: #ffd132;color: #333;border-radius: 6px;margin-top: 20px;}
 .baoc_ann h1{font-size: 18px;height: 45px;line-height: 45px;text-align: center;background: #ffd132;color: #333;border-radius: 6px;margin-top: 20px;}