mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 07:55:53 +08:00
优化部分代码,修改店铺ui以及功能
This commit is contained in:
@@ -151,6 +151,7 @@
|
||||
parms.clientType = this.paymentType;
|
||||
|
||||
API_Trade.getCashierData(parms).then((res) => {
|
||||
|
||||
if(res.data.success){
|
||||
this.cashierParams = res.data.result;
|
||||
|
||||
@@ -160,9 +161,11 @@
|
||||
});
|
||||
// #endif
|
||||
|
||||
|
||||
// #ifndef APP-PLUS
|
||||
//判断是否微信浏览器
|
||||
var ua = window.navigator.userAgent.toLowerCase();
|
||||
|
||||
// #endif
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user