首页去掉活动
parent
929ccc429e
commit
ebdcaad967
|
|
@ -1,8 +1,8 @@
|
||||||
APP_BASE_URL=https://slb.birkenstock.net.cn/api/h5app/wxapp
|
APP_BASE_URL=https://test.birkenstock.net.cn/api/h5app/wxapp
|
||||||
APP_WEBSOCKET=wss://slb.birkenstock.net.cn/ws
|
APP_WEBSOCKET=wss://test.birkenstock.net.cn/ws
|
||||||
APP_COMPANY_ID=1
|
APP_COMPANY_ID=1
|
||||||
APP_PLATFORM=standard
|
APP_PLATFORM=standard
|
||||||
APP_CUSTOM_SERVER=https://slb.birkenstock.net.cn/
|
APP_CUSTOM_SERVER=https://test.birkenstock.net.cn/
|
||||||
APP_HOME_PAGE=/pages/index
|
APP_HOME_PAGE=/pages/index
|
||||||
APP_TRACK=youshu
|
APP_TRACK=youshu
|
||||||
APP_YOUSHU_TOKEN=bi281e87ab2424481a
|
APP_YOUSHU_TOKEN=bi281e87ab2424481a
|
||||||
|
|
|
||||||
|
|
@ -1096,7 +1096,7 @@ function CartCheckout (props) {
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{!bargain_id && (
|
{process.env.NODE_ENV === "development" && !bargain_id && (
|
||||||
<View style={{ marginBottom: '40rpx' }}>
|
<View style={{ marginBottom: '40rpx' }}>
|
||||||
<SpCell
|
<SpCell
|
||||||
isLink
|
isLink
|
||||||
|
|
|
||||||
|
|
@ -188,11 +188,6 @@ function Home () {
|
||||||
})
|
})
|
||||||
|
|
||||||
const init = async () => {
|
const init = async () => {
|
||||||
if (swiperList?.length) {
|
|
||||||
setState((draft) => {
|
|
||||||
draft.loading = false
|
|
||||||
})
|
|
||||||
}
|
|
||||||
fetchLocation()
|
fetchLocation()
|
||||||
// 非云店
|
// 非云店
|
||||||
if (!VERSION_STANDARD) {
|
if (!VERSION_STANDARD) {
|
||||||
|
|
|
||||||
|
|
@ -313,7 +313,7 @@ export default class TradeItem extends Component {
|
||||||
</Button>
|
</Button>
|
||||||
) : null} */}
|
) : null} */}
|
||||||
{
|
{
|
||||||
!info.aftersales_bn && info.is_rate != 1 && (
|
info.can_apply_aftersales === 1 && !info.aftersales_bn && info.is_rate != 1 && (
|
||||||
<Button
|
<Button
|
||||||
className='btn-action'
|
className='btn-action'
|
||||||
style={`box-shadow: 0 0 0 1PX ${colors.data[0].primary}; color: ${colors.data[0].primary}`}
|
style={`box-shadow: 0 0 0 1PX ${colors.data[0].primary}; color: ${colors.data[0].primary}`}
|
||||||
|
|
|
||||||
|
|
@ -273,7 +273,7 @@ export default class TradeList extends Component {
|
||||||
|
|
||||||
handleClickItemBtn = async (trade, type) => {
|
handleClickItemBtn = async (trade, type) => {
|
||||||
console.log(trade)
|
console.log(trade)
|
||||||
// return this.handleClickDelivery(true, {})
|
// return this.handleClickDelivery(true, { delivery_id: 'SF1651636948873' })
|
||||||
const { tid, aftersales_bn } = trade
|
const { tid, aftersales_bn } = trade
|
||||||
|
|
||||||
let detailUrl = `/subpage/pages/trade/detail?id=${tid}`
|
let detailUrl = `/subpage/pages/trade/detail?id=${tid}`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue