Browse Source

icon

master
luyisha 3 years ago
parent
commit
e296ff9b36
  1. BIN
      i18n/lang.zip
  2. 2
      pages/base/mine.vue
  3. 9
      pages/help/index.vue
  4. BIN
      static/img/help/1.png
  5. BIN
      static/img/help/2.png
  6. BIN
      static/img/help/3.png
  7. BIN
      static/img/help/4.png

BIN
i18n/lang.zip

Binary file not shown.

2
pages/base/mine.vue

@ -79,7 +79,7 @@
@click="tabActive=0">
{{ $t('base.d7') }}
</view>
<view class="w-33 fn-center p-y-xxs m-l-xs"
<view class="fn-center p-y-xxs m-l-xs"
:class="tabActive==1?'rounded-xs color-dark':''"
@click="tabActive=1">
{{ $t('base.e4') }}

9
pages/help/index.vue

@ -5,7 +5,7 @@
<view class="d-flex" style="justify-content: space-between;">
<view v-for="(item1,index1) in list" :key="index1" @click="tab = index1"
style="text-align: center;padding: 20px 0px 0px;">
<image src="../../static/img/4.png" mode="" style="width: 12vw;height: 12vw;"></image>
<image :src="'../../static/img/help/'+(+index1+1)+'.png'" mode="" style="width: 12vw;height: 12vw;"></image>
<view class="">{{item1.name}}</view>
</view>
</view>
@ -73,7 +73,12 @@ export default {
lang:lang
};
College.college(data).then((res) => {
this.list = res.data.categoryList;
// this.list = res.data.categoryList;
//
for(let i in res.data.categoryList){
// console.log(i, 11111)
this.list.push(res.data.categoryList[i])
}
});
},
},

BIN
static/img/help/1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
static/img/help/2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
static/img/help/3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
static/img/help/4.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Loading…
Cancel
Save