作者 anyv
1 个管道 的构建 通过 耗费 1 秒

5

@@ -351,6 +351,14 @@ class PersonalcenterController extends WeChatBaseController{ @@ -351,6 +351,14 @@ class PersonalcenterController extends WeChatBaseController{
351 351
352 } 352 }
353 353
  354 + /**
  355 + * 我的钱包页
  356 + */
  357 + public function my_wallet(){
  358 +
  359 + return $this -> fetch();
  360 +
  361 + }
354 362
355 363
356 364
@@ -193,7 +193,7 @@ @@ -193,7 +193,7 @@
193 </div> 193 </div>
194 </a> 194 </a>
195 <if condition="$status eq 3"> 195 <if condition="$status eq 3">
196 - <a href="log_nine.html"> 196 + <a href="{:url('Personalcenter/my_wallet')}">
197 <div class="log_one_list_one"> 197 <div class="log_one_list_one">
198 <div class="log_one_list_left"> 198 <div class="log_one_list_left">
199 <div class="log_one_list_img"> 199 <div class="log_one_list_img">
@@ -266,6 +266,9 @@ @@ -266,6 +266,9 @@
266 function perfect_information(){ 266 function perfect_information(){
267 window.location.href = "{:url('Personalcenter/perfect_information')}"; 267 window.location.href = "{:url('Personalcenter/perfect_information')}";
268 } 268 }
  269 +
  270 +
  271 +
269 </script> 272 </script>
270 <script> 273 <script>
271 $(".log_top_buddha_btn").click(function() { 274 $(".log_top_buddha_btn").click(function() {