Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-10-28 13:04:56 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9a1dfc44b2095a88f7417a983dba10c9ff747a9f
9a1dfc44
1 parent
a7b54451
fix 小程序名称调整为正式
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
12 deletions
package.json
project.config.json
project.tt.json
src/components/activity-bar.vue
src/pages/_index/index.config.js
src/pages/index/index.config.js
src/pages/index/index.vue
package.json
View file @
9a1dfc4
...
...
@@ -2,7 +2,7 @@
"name"
:
"swx-weapp"
,
"version"
:
"1.0.0"
,
"private"
:
true
,
"description"
:
"
胜文轩小程序
"
,
"description"
:
"
静待花开-活动小助手
"
,
"templateInfo"
:
{
"name"
:
"vue3-pinia"
,
"typescript"
:
false
,
...
...
project.config.json
View file @
9a1dfc4
{
"miniprogramRoot"
:
"./dist"
,
"projectname"
:
"swx-weapp"
,
"description"
:
"
胜文轩小程序
"
,
"description"
:
"
静待花开-活动小助手
"
,
"appid"
:
"wxbd679e213af89c38"
,
"setting"
:
{
"urlCheck"
:
true
,
...
...
project.tt.json
View file @
9a1dfc4
{
"miniprogramRoot"
:
"./"
,
"projectname"
:
"swx-weapp"
,
"description"
:
"
胜文轩小程序
"
,
"description"
:
"
静待花开-活动小助手
"
,
"appid"
:
"wxbd679e213af89c38"
,
"setting"
:
{
"urlCheck"
:
true
,
...
...
src/components/activity-bar.vue
View file @
9a1dfc4
<!--
* @Date: 2022-09-26 16:10:35
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-2
7 18:35:1
6
* @LastEditTime: 2022-10-2
8 13:00:0
6
* @FilePath: /swx/src/components/activity-bar.vue
* @Description: 活动详情页底部导航栏
-->
...
...
@@ -27,7 +27,6 @@
<view class="button">报名结束</view>
</view>
</view> -->
<!-- TODO: 后期看一下控制是不是放在里边的页面去做 -->
<view>
<view v-if="userType === 'volunteer'" class="user-not-reg">
<view class="button" @tap="goTo('volunteer')">义工报名</view>
...
...
src/pages/_index/index.config.js
View file @
9a1dfc4
/*
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-
09-20 13:55:01
* @FilePath: /swx/src/pages/index/index.config.js
* @LastEditTime: 2022-
10-28 13:02:23
* @FilePath: /swx/src/pages/
_
index/index.config.js
* @Description: 文件描述
*/
export
default
{
navigationBarTitleText
:
'
胜文轩-活动工具
'
,
navigationBarTitleText
:
'
静待花开-活动小助手
'
,
usingComponents
:
{
},
}
...
...
src/pages/index/index.config.js
View file @
9a1dfc4
/*
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-
09-28 15:05:22
* @LastEditTime: 2022-
10-28 13:02:27
* @FilePath: /swx/src/pages/index/index.config.js
* @Description: 文件描述
*/
export
default
{
navigationBarTitleText
:
'
胜文轩-活动工具
'
,
navigationBarTitleText
:
'
静待花开-活动小助手
'
,
usingComponents
:
{
},
enableShareAppMessage
:
true
...
...
src/pages/index/index.vue
View file @
9a1dfc4
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-2
6 14:03:25
* @LastEditTime: 2022-10-2
8 13:02:31
* @FilePath: /swx/src/pages/index/index.vue
* @Description: 首页
-->
...
...
@@ -165,7 +165,7 @@ export default {
onShareAppMessage(options) {
// 设置菜单中的转发按钮触发转发事件时的转发内容
var shareObj = {
title: "
胜文轩-活动工具
", // 默认是小程序的名称(可以写slogan等)
title: "
静待花开-活动小助手
", // 默认是小程序的名称(可以写slogan等)
path: '/pages/share/share', // 默认是当前页面,必须是以‘/'开头的完整路径
imageUrl: '', //自定义图片路径,可以是本地文件路径、代码包文件路径或者网络图片路径,支持PNG及JPG,不传入 imageUrl 则使用默认截图。显示图片长宽比是 5:4
success: function (res) {
...
...
Please
register
or
login
to post a comment