liangan 2 settimane fa
parent
commit
4027fec6e6
4 ha cambiato i file con 13 aggiunte e 5 eliminazioni
  1. 2 2
      manifest.config.ts
  2. 2 2
      src/manifest.json
  3. 8 0
      src/pages/mine/share.vue
  4. 1 1
      src/pages/register/register.vue

+ 2 - 2
manifest.config.ts

@@ -24,8 +24,8 @@ export default defineManifestConfig({
   'name': VITE_APP_TITLE,
   'appid': VITE_UNI_APPID,
   'description': '',
-  'versionName': '1.1.6',
-  'versionCode': '116',
+  'versionName': '1.1.7',
+  'versionCode': '117',
   'transformPx': false,
   'locale': VITE_FALLBACK_LOCALE === 'bn' ? 'bn' : 'en', // 此app需默认英文
   'fallbackLocale': 'en',

+ 2 - 2
src/manifest.json

@@ -2,8 +2,8 @@
   "name": "BandhuBuy",
   "appid": "__UNI__D38110B",
   "description": "",
-  "versionName": "1.1.6",
-  "versionCode": "116",
+  "versionName": "1.1.7",
+  "versionCode": "117",
   "transformPx": false,
   "app-plus": {
     "usingComponents": true,

+ 8 - 0
src/pages/mine/share.vue

@@ -101,6 +101,14 @@ onLoad(() => {
           <wd-icon name="thin-arrow-left" size="32rpx" @click="() => goBack()" />
         </view>
       </view>
+
+      <!-- Logo和标语 -->
+      <view class="pb-40rpx pt-134rpx text-center">
+        <view class="mb-20rpx flex flex-col items-center justify-center">
+          <image src="/static/login-logo.png" class="mb-18rpx h-56rpx w-350.48rpx" />
+          <view>{{ $t('login.slogan') }}</view>
+        </view>
+      </view>
     </view>
 
     <!-- 主要内容区域 -->

+ 1 - 1
src/pages/register/register.vue

@@ -282,7 +282,7 @@ onUnmounted(() => {
           {{ $t('auth.register.loginNow') }}
         </text>
       </view>
-      <view class="fixed bottom-20rpx left-0 w-full text-center" :style="{ paddingBottom: `${safeAreaInsets?.bottom + 20}px` }">
+      <view class="mt-130rpx w-full text-center" :style="{ paddingBottom: `${safeAreaInsets?.bottom + 20}px` }">
         <text class="text-28rpx text-#5C5C5C">
           By regstration,you agree to our
         </text>