Commit 75105d84 authored by jtwu's avatar jtwu

Merge branch 'dev_ck'

parents eea7cd2f 60b466ca
......@@ -263,7 +263,8 @@
} from 'vue'
import {
onLoad,
onShow
onShow,
onShareAppMessage
} from '@dcloudio/uni-app'
import {
jump,
......@@ -303,6 +304,12 @@
} = getCurrentInstance();
const $baseUrl = proxy.$baseUrl;
onShareAppMessage(() => ({
title: '好名字是给宝宝独一无二的礼物',
path: `/pages/naming/naming?back_btn='hide'`,
imageUrl: $baseUrl + 'aiNaming/single.png'
}));
onLoad((options) => {
back_btn.value = options.back_btn
console.log('接收到的参数:', back_btn.value)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment