Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhengke
jz_Travel
Commits
e5389f18
Commit
e5389f18
authored
Sep 30, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
72998b00
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
70 additions
and
62 deletions
+70
-62
manifest.json
manifest.json
+62
-60
pages.json
pages.json
+1
-1
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+6
-0
utils.js
plugin/utils.js
+1
-1
No files found.
manifest.json
View file @
e5389f18
{
"name"
:
"mallapp"
,
"appid"
:
""
,
"description"
:
""
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
"name"
:
"mallapp"
,
"appid"
:
""
,
"description"
:
""
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
"app-plus"
:
{
"usingComponents"
:
true
,
"nvueCompiler"
:
"uni-app"
,
"compilerVersion"
:
3
,
"splashscreen"
:
{
"alwaysShowBeforeRender"
:
true
,
"waiting"
:
true
,
"autoclose"
:
true
,
"delay"
:
0
"app-plus"
:
{
"usingComponents"
:
true
,
"nvueCompiler"
:
"uni-app"
,
"compilerVersion"
:
3
,
"splashscreen"
:
{
"alwaysShowBeforeRender"
:
true
,
"waiting"
:
true
,
"autoclose"
:
true
,
"delay"
:
0
},
/*
模块配置
*/
"modules"
:
{
"Share"
:
{}
"modules"
:
{
"Share"
:
{}
},
/*
应用发布信息
*/
"distribute"
:
{
"distribute"
:
{
/*
android打包配置
*/
"android"
:
{
"permissions"
:
[
"android"
:
{
"permissions"
:
[
"<uses-permission android:name=
\"
android.permission.CHANGE_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.MOUNT_UNMOUNT_FILESYSTEMS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_CONTACTS
\"
/>"
,
...
...
@@ -50,66 +50,68 @@
]
},
/*
ios打包配置
*/
"ios"
:
{},
"ios"
:
{},
/*
SDK配置
*/
"sdkConfigs"
:
{
"share"
:
{
"weixin"
:
{
"appid"
:
"wxbb033190e0ffa5db"
,
"UniversalLinks"
:
""
"sdkConfigs"
:
{
"share"
:
{
"weixin"
:
{
"appid"
:
"wxbb033190e0ffa5db"
,
"UniversalLinks"
:
""
}
}
}
}
},
/*
快应用特有相关
*/
"quickapp"
:
{},
"quickapp"
:
{},
/*
小程序特有相关
*/
"mp-weixin"
:
{
"appid"
:
"wxcf0727a7c78b501e"
,
"setting"
:
{
"urlCheck"
:
false
,
"minified"
:
false
"mp-weixin"
:
{
"appid"
:
"wxcf0727a7c78b501e"
,
"setting"
:
{
"urlCheck"
:
false
,
"minified"
:
false
},
"usingComponents"
:
true
,
"permission"
:
{
"scope.userLocation"
:
{
"desc"
:
"你的位置信息将用于小程序位置接口的效果展示"
"usingComponents"
:
true
,
"permission"
:
{
"scope.userLocation"
:
{
"desc"
:
"你的位置信息将用于小程序位置接口的效果展示"
}
}
},
"mp-alipay"
:
{
"component2"
:
true
,
"usingComponents"
:
true
,
"appid"
:
"2021002181628809"
,
"plugins"
:
{
//
使用到的插件
"subscribeMsg"
:
{
//
订阅消息插件
"version"
:
"*"
,
//
目前只支持设置
*
拉取当前上架最新版本
"provider"
:
"2021001155639035"
//
消息订阅插件
appid
"mp-alipay"
:
{
"component2"
:
true
,
"usingComponents"
:
true
,
"appid"
:
"2021002181604459"
,
"plugins"
:
{
//
使用到的插件
"subscribeMsg"
:
{
//
订阅消息插件
//
"version"
:
"*"
,
//
目前只支持设置
*
拉取当前上架最新版本
//
"provider"
:
"2021001155639035"
//
消息订阅插件
appid
}
}
},
"mp-baidu"
:
{
"usingComponents"
:
true
"mp-baidu"
:
{
"usingComponents"
:
true
},
"mp-toutiao"
:
{
"usingComponents"
:
true
"mp-toutiao"
:
{
"usingComponents"
:
true
},
"uniStatistics"
:
{
"enable"
:
false
"uniStatistics"
:
{
"enable"
:
false
},
"h5"
:
{
"router"
:
{
"mode"
:
"history"
,
"base"
:
"/h5/"
"h5"
:
{
"router"
:
{
"mode"
:
"history"
,
"base"
:
"/h5/"
},
"template"
:
"h5.html"
,
"sdkConfigs"
:
{
"maps"
:
{
"qqmap"
:
{
"key"
:
"ZAPBZ-SVBWR-OAMWM-WC45H-AKFU3-FIBP3"
"template"
:
"h5.html"
,
"sdkConfigs"
:
{
"maps"
:
{
"qqmap"
:
{
"key"
:
"ZAPBZ-SVBWR-OAMWM-WC45H-AKFU3-FIBP3"
}
}
}
}
}
\ No newline at end of file
}
pages.json
View file @
e5389f18
...
...
@@ -701,7 +701,7 @@
"usingComponents"
:
{
//
引用小程序插件
//
#ifdef
MP-ALIPAY
"subscribe-msg"
:
"plugin://subscribeMsg/subscribe-msg"
//
"subscribe-msg"
:
"plugin://subscribeMsg/subscribe-msg"
//
#endif
}
...
...
pages/jiuzhai/jz_LineDetail.vue
View file @
e5389f18
...
...
@@ -626,7 +626,13 @@
></span>
</span>
<view
class=
"jz_TripMain"
>
<!-- <rich-text :nodes="dataList.feature.feeNonInclude"></rich-text> -->
<!-- #ifdef MP-WEIXIN -->
<rich-text
:nodes=
"dataList.feature.feeNonInclude"
></rich-text>
<!-- #endif -->
<!-- #ifdef MP-ALIPAY -->
<view
v-html=
"dataList.feature.feeNonInclude"
></view>
<!-- #endif -->
</view>
</view>
<view
class=
"jz_TripDays"
>
...
...
plugin/utils.js
View file @
e5389f18
...
...
@@ -39,7 +39,7 @@ function getretailer() {//判断是否是分销商
}
// #ifdef MP-ALIPAY
// 引入消息模板方法
const
{
requestSubscribeMessage
}
=
requirePlugin
(
"subscribeMsg"
);
//
const { requestSubscribeMessage } = requirePlugin("subscribeMsg");
function
SubscribeMsgAli
(
ids
,
cb
)
{
//支付宝小程序订阅消息
requestSubscribeMessage
({
// 触发消息订阅弹框
entityIds
:
ids
,
// 模板消息id,
...
...
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