Commit 1105c868 authored by xieyishang's avatar xieyishang

新增快捷导入~

parent f0ee7803
......@@ -456,6 +456,24 @@
}
}
,{
"path" : "pages/guidegoods/guidegoods",
"style" :
{
"navigationBarTitleText": "快捷导入",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/guidegoodstwo/guidegoodstwo",
"style" :
{
"navigationBarTitleText": "快捷导入",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
......
......@@ -322,6 +322,22 @@
</view>
</navigator>
</view>
<view class="jiu_max " v-if="shop_type == 'ele'">
<navigator url="/pages/guidegoods/guidegoods">
<view class="jiu_min">
<view>
<image class="img" src="/static/icon/daoicon.png" mode=""></image>
</view>
<view>快捷导入</view>
</view>
</navigator>
</view>
</view>
<view class="BH"></view>
......
......@@ -4,8 +4,8 @@ module.exports = {
//是否为开发调试环境 true为本地环境 false 为正式环境
isdebug:false,//正式
//isdebug:true,//测试
// isdebug:false,//正式
isdebug:true,//测试
// xqdebug:false,//正式权限
xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
......
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