master
gongfuxiang 2025-02-28 11:52:58 +08:00
parent 6ef2667727
commit 185d0c7efe
1 changed files with 3 additions and 2 deletions

View File

@ -7,10 +7,10 @@
data: {
//
//
request_url:'http://shopxo.com/',
request_url:'https://new.shopxo.vip/',
// publicpublichttps://d1.shopxo.vip/public/
static_url:'http://shopxo.com/',
static_url:'https://new.shopxo.vip/',
// default
system_type: 'default',
@ -1912,6 +1912,7 @@
rpx_to_px(value) {
return (value || 0) == 0 ? 0 : uni.upx2px(value * 2);
},
// pxrpx
px_to_rpx(value) {
const new_value = value * 2 || 0;