更新小程序所有页面及配置文件,将项目名称从“Soul创业派对”更改为“卡若创业派对”,确保品牌一致性。
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Soul创业派对 - 我发起的代付(改造后:仅我发起的,含领取记录)
|
||||
* 卡若创业派对 - 我发起的代付(改造后:仅我发起的,含领取记录)
|
||||
*/
|
||||
const app = getApp()
|
||||
|
||||
@@ -87,6 +87,6 @@ Page({
|
||||
onShareAppMessage() {
|
||||
const ref = app.getMyReferralCode?.() || app.globalData.userInfo?.referralCode || ''
|
||||
const path = ref ? `/pages/gift-pay/list?ref=${encodeURIComponent(ref)}` : '/pages/gift-pay/list'
|
||||
return { title: '我的代付 - Soul创业派对', path }
|
||||
return { title: '我的代付 - 卡若创业派对', path }
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user