ソースを参照

替换资源

master
leiyun 3日前
コミット
9d7003f289
15個のファイルの変更13行の追加13行の削除
  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. バイナリ
     
  9. バイナリ
     
  10. バイナリ
     
  11. バイナリ
     
  12. バイナリ
     
  13. バイナリ
     
  14. バイナリ
     
  15. バイナリ
     

+ 4
- 4
config/env.js ファイルの表示

@@ -5,12 +5,12 @@ const envConf = {
},
// 体验版-测试环境
trial: {
BASE_URL: 'http://localhost:8361',
BASE_URL: 'https://cytx.csybhelp.com',
},
// 正式版-正式环境
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 ファイルの表示

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


+ 1
- 1
pages.json ファイルの表示

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


+ 1
- 1
pages/index/index.vue ファイルの表示

@@ -1,7 +1,7 @@
<template>
<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">


+ 1
- 1
pages/login/index.vue ファイルの表示

@@ -1,7 +1,7 @@
<template>
<view class="page">
<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="subtitle">患者关爱</text>
</view>


+ 2
- 2
pages/profile/profile.vue ファイルの表示

@@ -2,10 +2,10 @@
<view class="page">
<!-- 头部 -->
<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="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" />
<view v-if="isLoggedIn" class="camera-icon">
<u-icon name="camera-fill" size="20" color="#666" />


+ 1
- 1
pages/sign/sign.vue ファイルの表示

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

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



バイナリ
ファイルの表示


バイナリ
ファイルの表示


バイナリ
ファイルの表示


バイナリ
ファイルの表示


バイナリ
ファイルの表示


バイナリ
ファイルの表示


バイナリ
ファイルの表示


バイナリ
ファイルの表示


読み込み中…
キャンセル
保存