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-24 16:53:24 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cc7a7b024bea6021dce2911b04853aa1dc7e0b00
cc7a7b02
1 parent
069fb84d
默认绑定cookie
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
src/pages/editProject/index.vue
src/pages/index/index.vue
src/pages/editProject/index.vue
View file @
cc7a7b0
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-2
2 00:22:28
* @LastEditTime: 2022-10-2
4 09:47:06
* @FilePath: /swx/src/pages/editProject/index.vue
* @Description: 新建主办方页面
-->
...
...
@@ -268,9 +268,11 @@ const onSave = async () => {
<script>
import "./index.less";
import mixin from '@/utils/mixin';
export default {
name: "createProjectPage",
mixins: [mixin.init],
async onShow () {
}
...
...
src/pages/index/index.vue
View file @
cc7a7b0
...
...
@@ -55,9 +55,11 @@ wx.showShareMenu({
import "./index.less";
import { activityHomeAPI } from '@/api/Host/index'
import { $ } from '@tarojs/extend'
import mixin from '@/utils/mixin';
export default {
name: "indexPage",
mixins: [mixin.init],
onReady() {
if (!Taro.canIUse("getUpdateManager")) {
Taro.showModal({
...
...
Please
register
or
login
to post a comment