You need to sign in or sign up before continuing.
hookehuyr

默认绑定cookie

<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-22 00:22:28
* @LastEditTime: 2022-10-24 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 () {
}
......
......@@ -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({
......