Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mini_own
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
geruidan
mini_own
Commits
28322c49
Commit
28322c49
authored
Jul 03, 2023
by
小耗子
Browse files
Options
Browse Files
Download
Plain Diff
小程序徐
parents
cb88f7b6
5f2d1179
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
6 deletions
+14
-6
env.js
env.js
+4
-3
manifest.json
manifest.json
+1
-1
md.md
md.md
+7
-0
pages/user/enterprise.vue
pages/user/enterprise.vue
+2
-2
No files found.
env.js
View file @
28322c49
...
...
@@ -10,6 +10,7 @@ export const IMG_URL = 'http://file.shopro.top' //全局网络图片地址变量
export
const
MAP_KEY
=
'
426ebc3f1bbaced***89ee6061a98
'
;
//高德地图开发者Web服务key,逆坐标解析
export
const
HAS_LIVE
=
false
//后台是否开通直播权限,根据情况在manifest.json中,开启注释相应组件的引入,pages.json中打开直播
// http://172.18.1.66:9001/api/a1/mall/homePage/mp?code={前端传入的code}
export
const
MALL_ID
=
"
194433411100614
"
;
export
const
COMPANY_ID
=
"
00000753
"
;
\ No newline at end of file
export
const
MALL_ID
=
"
189099911100589
"
;
export
const
COMPANY_ID
=
""
;
manifest.json
View file @
28322c49
...
...
@@ -54,7 +54,7 @@
"quickapp"
:
{},
/*
小程序特有相关
*/
"mp-weixin"
:
{
"appid"
:
"wx9
3aba63d96157302
"
,
"appid"
:
"wx9
1fa336def077983
"
,
"setting"
:
{
"urlCheck"
:
false
,
"minified"
:
false
,
...
...
md.md
View file @
28322c49
...
...
@@ -66,8 +66,15 @@ APPsecret:78e7f63bb15c8238c6baef7c393d0050
```
### 小移商城小程序
```
<<<<<<< HEAD
APPID:wxebbbc2cc63e9d74e
APPsecret:78e7f63bb15c8238c6baef7c393d0050
企业id:00000775
商城id:179480211100680
=======
APPID:wxbcd69823dff3146e
appsecrect:b54c621093db1abcecac2882e42abb43
商城id:101277511100685
企业id:2023053102
>>>>>>> defaultScreen
```
\ No newline at end of file
pages/user/enterprise.vue
View file @
28322c49
...
...
@@ -5,8 +5,8 @@
<view
class=
"lf"
>
{{
item
.
businessName
}}
<view
class=
"icon-tips"
>
<!--
<image
class=
"enterprise_icon"
src=
"../../static/img/user/enterprise_icon.png"
mode=
"widthFix"
></image>
-->
<image
class=
"enterprise_icon"
src=
"../../static/img/user/enterprise_icon
1
.png"
mode=
"widthFix"
></image>
<!--
<image
class=
"enterprise_icon"
src=
"../../static/img/user/enterprise_icon
1
.png"
mode=
"widthFix"
></image>
-->
<image
class=
"enterprise_icon"
src=
"../../static/img/user/enterprise_icon.png"
mode=
"widthFix"
></image>
<text
class=
"tips"
>
欢迎访问
</text>
</view>
</view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment