소스 검색

fix: 样式修复

liangan 3 주 전
부모
커밋
4027fec6e6
4개의 변경된 파일13개의 추가작업 그리고 5개의 파일을 삭제
  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,
   'name': VITE_APP_TITLE,
   'appid': VITE_UNI_APPID,
   'appid': VITE_UNI_APPID,
   'description': '',
   'description': '',
-  'versionName': '1.1.6',
-  'versionCode': '116',
+  'versionName': '1.1.7',
+  'versionCode': '117',
   'transformPx': false,
   'transformPx': false,
   'locale': VITE_FALLBACK_LOCALE === 'bn' ? 'bn' : 'en', // 此app需默认英文
   'locale': VITE_FALLBACK_LOCALE === 'bn' ? 'bn' : 'en', // 此app需默认英文
   'fallbackLocale': 'en',
   'fallbackLocale': 'en',

+ 2 - 2
src/manifest.json

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

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

@@ -101,6 +101,14 @@ onLoad(() => {
           <wd-icon name="thin-arrow-left" size="32rpx" @click="() => goBack()" />
           <wd-icon name="thin-arrow-left" size="32rpx" @click="() => goBack()" />
         </view>
         </view>
       </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>
     </view>
 
 
     <!-- 主要内容区域 -->
     <!-- 主要内容区域 -->

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

@@ -282,7 +282,7 @@ onUnmounted(() => {
           {{ $t('auth.register.loginNow') }}
           {{ $t('auth.register.loginNow') }}
         </text>
         </text>
       </view>
       </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">
         <text class="text-28rpx text-#5C5C5C">
           By regstration,you agree to our
           By regstration,you agree to our
         </text>
         </text>