shish 18 часов назад
Родитель
Сommit
a5e55cf7b4
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      hdApp/src/admin/billing/forwardResult.vue
  2. 1 1
      hdApp/src/api/custom/index.js

+ 1 - 1
hdApp/src/admin/billing/forwardResult.vue

@@ -300,7 +300,7 @@ export default {
     },
     },
 
 
     /**
     /**
-     * 拉取小程序码与客户最新余额,下载二维码后绘制海报
+     * 拉取充值页小程序码(pages/member/recharge)与客户最新余额,下载后绘制海报
      */
      */
     generatePoster() {
     generatePoster() {
       const that = this
       const that = this

+ 1 - 1
hdApp/src/api/custom/index.js

@@ -49,7 +49,7 @@ export const getVisit = data => {
 	return https.get('/custom/get-visit', data)
 	return https.get('/custom/get-visit', data)
 }
 }
 
 
-/** 隔天/无原单返余额海报用小程序码(商城「我的」页) */
+/** 隔天/无原单返余额海报用小程序码(商城充值页 pages/member/recharge) */
 export const getGatheringMiniCode = data => {
 export const getGatheringMiniCode = data => {
 	return https.get('/custom/get-gathering-mini-code', data)
 	return https.get('/custom/get-gathering-mini-code', data)
 }
 }