commission--yt-commit
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
const { baseUrl } = require('../../../request');
|
||||
const { baseUrl, globalImgUrl } = require('../../../request');
|
||||
|
||||
Page({
|
||||
data: {
|
||||
@ -10,7 +10,8 @@ Page({
|
||||
id: null,
|
||||
showPromoPop: false,
|
||||
currentQrcode: '',
|
||||
currentPromoLink: ''
|
||||
currentPromoLink: '',
|
||||
globalImgUrl,
|
||||
},
|
||||
|
||||
onLoad(options) {
|
||||
|
@ -3,7 +3,7 @@
|
||||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="shrink-0 image"
|
||||
src="{{projectDetail.projectImage}}"
|
||||
src="{{ globalImgUrl + projectDetail.projectImage}}"
|
||||
/>
|
||||
<view class="flex-col flex-1 group_1 ml-20">
|
||||
<text class="self-start font text">{{projectDetail.projectName}}</text>
|
||||
|
Reference in New Issue
Block a user