修复短视频app样式

master
gongfuxiang 2026-03-18 15:17:36 +08:00
parent 69ade80697
commit 084e5d1395
3 changed files with 0 additions and 9 deletions

View File

@ -7,17 +7,10 @@
data: {
//
//
<<<<<<< HEAD
request_url:'https://d1.shopxo.vip/',
// publicpublichttps://d1.shopxo.vip/public/
static_url:'https://d1.shopxo.vip/',
=======
request_url:'https://new.shopxo.vip/',
// publicpublichttps://d1.shopxo.vip/public/
static_url:'https://new.shopxo.vip/',
>>>>>>> dev-yxl
// default
system_type: 'default',

View File

@ -1044,7 +1044,6 @@
preferential_price: data.base.preferential_price,
increase_price: data.base.increase_price,
all_total_price: data.base.total_price,
buy_currency_symbol: data.currency_symbol,
discount_detail_list: data.goods_list,
});
} else {

View File

@ -599,7 +599,6 @@
//
this.setData({
currency_symbol: data.currency_symbol || app.globalData.currency_symbol(),
payment_list: data.payment_list || [],
});