Commit d428c431 authored by Facius's avatar Facius

Merge branch 'dev-1.5.3' into test

parents 3ad0d617 020b0d9a
;(function() {
let NODE_ENV = 'test' // dev:开发环境 | test:测试环境 | prod:生产环境
let ENV_VAR = null
let VERSION_NUMBER = '1.5.02' //版本号
let VERSION_NUMBER = '1.5.3' //版本号
//小程序是否审核通过,参数配置在ucenter库version表,对应版本号的is_audit设置为1,将显示学习视频
if (process.env.NODE_ENV === 'development') {
if (NODE_ENV === 'dev') {
......
......@@ -115,13 +115,13 @@
},
],
[
{
pathName: 'address/index',
title: '收货地址',
value: '',
icon: 'wddizhi.png',
imageStyle: 'width:32rpx;height:32rpx'
},
// {
// pathName: 'address/index',
// title: '收货地址',
// value: '',
// icon: 'wddizhi.png',
// imageStyle: 'width:32rpx;height:32rpx'
// },
{
pathName: 'customer/index',
title: '联系客服',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment