Procházet zdrojové kódy

替换资源

master
leiyun před 3 dny
rodič
revize
9d7003f289
15 změnil soubory, kde provedl 13 přidání a 13 odebrání
  1. +4
    -4
      config/env.js
  2. +3
    -3
      manifest.json
  3. +1
    -1
      pages.json
  4. +1
    -1
      pages/index/index.vue
  5. +1
    -1
      pages/login/index.vue
  6. +2
    -2
      pages/profile/profile.vue
  7. +1
    -1
      pages/sign/sign.vue
  8. binární
     
  9. binární
     
  10. binární
     
  11. binární
     
  12. binární
     
  13. binární
     
  14. binární
     
  15. binární
     

+ 4
- 4
config/env.js Zobrazit soubor

@@ -5,12 +5,12 @@ const envConf = {
}, },
// 体验版-测试环境 // 体验版-测试环境
trial: { trial: {
BASE_URL: 'http://localhost:8361',
BASE_URL: 'https://cytx.csybhelp.com',
}, },
// 正式版-正式环境 // 正式版-正式环境
release: { release: {
BASE_URL: 'https://api.pap.com',
BASE_URL: 'https://cytx.csybhelp.com',
} }
} }
export default envConf['develop'];
export default envConf[uni.getAccountInfoSync().miniProgram.envVersion || 'develop']; // 可在此处手
// export default envConf['develop'];

+ 3
- 3
manifest.json Zobrazit soubor

@@ -1,7 +1,7 @@
{ {
"name" : "pap_mini_pharmacy",
"appid" : "__UNI__PHARMA01",
"description" : "药房端小程序",
"name" : "pap_mini_cytx",
"appid" : "__UNI__A0246D1",
"description" : "肠愈同行",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : "100", "versionCode" : "100",
"transformPx" : false, "transformPx" : false,


+ 1
- 1
pages.json Zobrazit soubor

@@ -52,7 +52,7 @@
"path": "pages/sign/sign", "path": "pages/sign/sign",
"style": { "style": {
"navigationStyle": "default", "navigationStyle": "default",
"navigationBarTitleText": "签署协议"
"navigationBarTitleText": "授权签名"
} }
}, },
{ {


+ 1
- 1
pages/index/index.vue Zobrazit soubor

@@ -1,7 +1,7 @@
<template> <template>
<view class="page"> <view class="page">
<!-- 顶部横幅 --> <!-- 顶部横幅 -->
<image class="banner" src="/static/img/index-bg.png" mode="widthFix" />
<image class="banner" src="https://cdn.csybhelp.com/images/cytx/index-bg.png" mode="widthFix" />


<!-- 正文内容区域 --> <!-- 正文内容区域 -->
<view class="content-area"> <view class="content-area">


+ 1
- 1
pages/login/index.vue Zobrazit soubor

@@ -1,7 +1,7 @@
<template> <template>
<view class="page"> <view class="page">
<view class="logo-area"> <view class="logo-area">
<image class="logo" src="/static/logo.png" mode="aspectFit" />
<image class="logo" src="https://cdn.csybhelp.com/images/cytx/logo.png" mode="aspectFit" />
<text class="title">肠愈同行</text> <text class="title">肠愈同行</text>
<text class="subtitle">患者关爱</text> <text class="subtitle">患者关爱</text>
</view> </view>


+ 2
- 2
pages/profile/profile.vue Zobrazit soubor

@@ -2,10 +2,10 @@
<view class="page"> <view class="page">
<!-- 头部 --> <!-- 头部 -->
<view class="profile-header"> <view class="profile-header">
<image class="header-bg" src="/static/img/profile-bg.jpg" mode="aspectFill" />
<image class="header-bg" src="https://cdn.csybhelp.com/images/cytx/profile-bg.jpg" mode="aspectFill" />
<view class="user-row"> <view class="user-row">
<view class="avatar-wrap" @tap="isLoggedIn && changeAvatar()"> <view class="avatar-wrap" @tap="isLoggedIn && changeAvatar()">
<image class="avatar" :src="userInfo?.avatar || '/static/img/default-avatar.jpg'"
<image class="avatar" :src="userInfo?.avatar || 'https://cdn.csybhelp.com/images/cytx/default-avatar.jpg'"
mode="aspectFill" /> mode="aspectFill" />
<view v-if="isLoggedIn" class="camera-icon"> <view v-if="isLoggedIn" class="camera-icon">
<u-icon name="camera-fill" size="20" color="#666" /> <u-icon name="camera-fill" size="20" color="#666" />


+ 1
- 1
pages/sign/sign.vue Zobrazit soubor

@@ -60,7 +60,7 @@ const titleMap = {


onLoad((options) => { onLoad((options) => {
signType.value = options.type || 'privacy' signType.value = options.type || 'privacy'
uni.setNavigationBarTitle({ title: titleMap[signType.value] || '签署协议' })
// uni.setNavigationBarTitle({ title: titleMap[signType.value] || '签署协议' })
loadContent() loadContent()
}) })




binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


binární
Zobrazit soubor


Načítá se…
Zrušit
Uložit