From 6e0b38b0ea6669d532e9d2279a81ca3963e0f3ad Mon Sep 17 00:00:00 2001
From: liyaozhi <lzhflash@163.com>
Date: Thu, 13 Nov 2025 00:14:05 +0800
Subject: [PATCH] 1、小程序端列出所有报名人员名单(含姓名); 2、优化活动促销商品; 3、优化小程序端活动详情页; 4、优化后台连盟活动修改页面,并展示促销商品; 5、参与活动人员积分设置改到职务里添加。

---
 mobile/main.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/mobile/main.js b/mobile/main.js
index a7a8028..f8c2a80 100644
--- a/mobile/main.js
+++ b/mobile/main.js
@@ -17,6 +17,10 @@
 import headerBar from './components/header.vue'
 Vue.component('header-bar', headerBar)
 
+/* 从服务器获取的图片(减少小程序端体积) by lyzflash */
+import {
+	remoteimg
+} from '@/common/remoteimg.js'
 
 //请求加载组件
 import requestLoading from './components/jjjloading.vue';
@@ -53,7 +57,8 @@
 /*页面跳转*/
 Vue.prototype.gotoPage = gotopage;
 Vue.prototype.font_url = config.font_url;
-
+/* 从服务器获取的图片(减少小程序端体积) by lyzflash */
+Vue.prototype.remoteImg = remoteimg;
 
 Vue.prototype.points_name = function(e) {
 	if(!e){

--
Gitblit v1.9.2