mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-19 02:06:38 +08:00
更新一些细节
This commit is contained in:
parent
3f5866ea16
commit
de848ab32b
@ -22,7 +22,6 @@ class IndexController
|
||||
}
|
||||
public function test()
|
||||
{
|
||||
|
||||
return app()->getBasePath();
|
||||
return View::fetch();
|
||||
}
|
||||
}
|
||||
|
@ -30,12 +30,12 @@
|
||||
<!-- <?php if ($platform == 'wxpay') { ?> -->
|
||||
<option value="wxpay1">个人码</option>
|
||||
<option value="wxpay2">赞赏码</option>
|
||||
<!-- <option value="wxpay3">经营码</option> -->
|
||||
<option value="wxpay3" disabled >经营码</option>
|
||||
<option value="wxpay4">商家码</option>
|
||||
<!-- <?php } ?> -->
|
||||
<!-- <?php if ($platform == 'alipay') { ?> -->
|
||||
<option value="alipay1">收钱码</option>
|
||||
<!-- <option value="alipay2">经营码</option> -->
|
||||
<option value="alipay2" disabled>经营码</option>
|
||||
<!-- <?php } ?> -->
|
||||
</select>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user