更新一些细节

This commit is contained in:
技术老胡 2024-12-18 17:56:40 +08:00
parent 3f5866ea16
commit de848ab32b
2 changed files with 3 additions and 4 deletions

View File

@ -22,7 +22,6 @@ class IndexController
}
public function test()
{
return app()->getBasePath();
return View::fetch();
}
}

View File

@ -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>