铝交易,微信公众号
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

446 lines
11 KiB

11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
  1. <template>
  2. <view class="page">
  3. <!--顶部栏-->
  4. <topbar showRight="1" ></topbar>
  5. <!-- 语言切换 -->
  6. <!--<view style="padding: 20rpx;"-->
  7. <!-- @click="$refs.changeLanguage.open()">-->
  8. <!-- {{ $t('pages.index.index.language') }}-->
  9. <!--</view>-->
  10. <!--<changeLanguage ref="changeLanguage"/>-->
  11. <!-- 供应商 -->
  12. <view class="supplier" v-if="userShop">
  13. <!--上面第一个-->
  14. <view class="topItem">
  15. <view class="imageFrame">
  16. <img src="../../static/image/index/4.png" style="width:100%;height:100%;">
  17. </view>
  18. </view>
  19. <!-- 下面三个-->
  20. <view class="threeHeOne">
  21. <!-- 第一个-->
  22. <view class="oneItem">
  23. <view class="left">
  24. <!--<span>Company Profile</span>-->
  25. <span> {{ $t('pages.index.index.companyProfile') }}</span>
  26. <span class="subText"> {{ $t('other.aluminumProducts') }}</span>
  27. </view>
  28. <view class="right">
  29. 随着全球经济的快速发展我们这家领先的企业公司应运而生致力于为客户提供卓越的服务和优质的产品我们公司成立于2001年总部位于深圳市横岗大厦拥有广泛的业务领域和专业的团队专注于实现客户的期望和需求
  30. </view>
  31. </view>
  32. <!-- 第二个-->
  33. <view class="twoItem">
  34. <view class="left">
  35. <img src="../../static/image/index/2.png" style="width:100%;height:100%;">
  36. </view>
  37. <view class="right">
  38. <img src="../../static/image/index/3.png" style="width:100%;height:100%;">
  39. </view>
  40. </view>
  41. <!-- 第三个-->
  42. <view class="threeItem">
  43. <view class="right">
  44. 随着全球经济的快速发展我们这家领先的企业公司应运而生致力于为客户提供卓越的服务和优质的产品我们公司成立于2001年总部位于深圳市横岗大厦拥有广泛的业务领域和专业的团队专注于实现客户的期望和需求
  45. </view>
  46. <view class="left">
  47. <!--<span>Company Profile</span>-->
  48. <span> {{ $t('pages.index.index.companyProfile') }}</span>
  49. <span class="subText"> {{ $t('pages.index.index.aluminiumProduct') }}</span>
  50. </view>
  51. </view>
  52. </view>
  53. <!--报价和挂单-->
  54. <view class="btns">
  55. <span @click="goToPage(0)" class="oneBtn">
  56. {{ $t('other.supplierQuotation') }}
  57. </span>
  58. <span @click="goToPage(1)" class="twoBtn">
  59. {{ $t('other.supplierBilLading') }}
  60. </span>
  61. </view>
  62. </view>
  63. <!-- 采购商 -->
  64. <view class="purchaser" v-else>
  65. <!--上面第一个-->
  66. <view class="topItem">
  67. <view class="imageFrame">
  68. <img src="../../static/image/index/4.png" style="width:100%;height:100%;">
  69. </view>
  70. </view>
  71. <!-- 下面三个-->
  72. <view class="threeHeOne">
  73. <!-- 第一个-->
  74. <view class="oneItem">
  75. <view class="left">
  76. <span>Company Profile</span>
  77. <span> {{ $t('pages.index.index.companyProfile') }}</span>
  78. <span class="subText"> {{ $t('pages.index.index.aluminiumProduct') }}</span>
  79. </view>
  80. <view class="right">
  81. 随着全球经济的快速发展我们这家领先的企业公司应运而生致力于为客户提供卓越的服务和优质的产品我们公司成立于2001年总部位于深圳市横岗大厦拥有广泛的业务领域和专业的团队专注于实现客户的期望和需求
  82. </view>
  83. </view>
  84. <!-- 第二个-->
  85. <view class="twoItem">
  86. <view class="left">
  87. <img src="../../static/image/index/2.png" style="width:100%;height:100%;">
  88. </view>
  89. <view class="right">
  90. <img src="../../static/image/index/3.png" style="width:100%;height:100%;">
  91. </view>
  92. </view>
  93. <!-- 第三个-->
  94. <view class="threeItem">
  95. <view class="right">
  96. 随着全球经济的快速发展我们这家领先的企业公司应运而生致力于为客户提供卓越的服务和优质的产品我们公司成立于2001年总部位于深圳市横岗大厦拥有广泛的业务领域和专业的团队专注于实现客户的期望和需求
  97. </view>
  98. <view class="left">
  99. <span>Company Profile</span>
  100. <span> {{ $t('pages.index.index.companyProfile') }}</span>
  101. <span class="subText"> {{ $t('pages.index.index.aluminiumProduct') }}</span>
  102. </view>
  103. </view>
  104. </view>
  105. </view>
  106. <tabber select="0"/>
  107. </view>
  108. </template>
  109. <script>
  110. import topbar from '@/components/base/topbar.vue'
  111. import tabber from '@/components/base/tabbar.vue'
  112. import productList from '@/components/user/productList.vue'
  113. import {mapGetters} from 'vuex'
  114. import changeLanguage from '@/components/base/changeLanguage.vue'
  115. export default {
  116. components: {
  117. tabber,topbar,
  118. productList,
  119. changeLanguage
  120. },
  121. data() {
  122. return {
  123. queryParams: {
  124. pageNo: 1,
  125. pageSize: 10,
  126. title: ''
  127. },
  128. }
  129. },
  130. computed: {
  131. ...mapGetters(['userShop']),
  132. },
  133. methods: {
  134. goToPage(titleIndex) {
  135. uni.navigateTo({url:'/pages_order/order/offerOrBillLading?titleIndex='+titleIndex})
  136. },
  137. }
  138. }
  139. </script>
  140. <style scoped lang="scss">
  141. * {
  142. box-sizing: border-box;
  143. }
  144. .page {
  145. background-color: #2e394d;
  146. // 供应商
  147. .supplier {
  148. display: flex;
  149. flex-direction: column;
  150. height: calc(100vh - 120rpx - 120rpx);
  151. background-color: #2e394d;
  152. .topItem {
  153. display: flex;
  154. justify-content: center;
  155. align-items: center;
  156. height: 30%;
  157. background-image: url('../../static/image/index/1.png');
  158. background-size: cover;
  159. .imageFrame {
  160. width: 90%;
  161. height: 90%;
  162. //padding:80rpx;
  163. }
  164. }
  165. .threeHeOne {
  166. display: flex;
  167. padding: 20rpx 40rpx 10rpx;
  168. flex-direction: column;
  169. height: 60%;
  170. .oneItem {
  171. display: flex;
  172. height: 33%;
  173. .left {
  174. display: flex;
  175. flex-direction: column;
  176. justify-content: center;
  177. align-items: center;
  178. gap: 10rpx;
  179. width: 33%;
  180. background-color: #1e293d;
  181. color: white;
  182. font-size: 26rpx;
  183. .subText {
  184. width: 80%;
  185. background-color: #2e394d;
  186. padding: 0 20rpx;
  187. }
  188. }
  189. .right {
  190. //height: 30%;
  191. width: 66%;
  192. padding: 20rpx;
  193. background-image: url('../../static/image/index/1.png');
  194. background-size: cover;
  195. font-size: 20rpx;
  196. color: white;
  197. }
  198. }
  199. .twoItem {
  200. display: flex;
  201. justify-content: space-between;
  202. gap: 20rpx;
  203. height: 33%;
  204. margin-top: 20rpx;
  205. padding: 10rpx;
  206. .left {
  207. width: 60%;
  208. padding: 20rpx;
  209. background-color: #1e293d;
  210. }
  211. .right {
  212. width: 40%;
  213. padding: 20rpx;
  214. background-color: #1e293d;
  215. }
  216. }
  217. .threeItem {
  218. display: flex;
  219. //width: 100vw;
  220. height: 33%;
  221. .left {
  222. display: flex;
  223. flex-direction: column;
  224. justify-content: center;
  225. align-items: center;
  226. gap: 20rpx;
  227. width: 33%;
  228. background-color: #1e293d;
  229. color: white;
  230. font-size: 26rpx;
  231. .subText {
  232. background-color: #2e394d;
  233. width: 80%;
  234. padding: 0 20rpx;
  235. }
  236. }
  237. .right {
  238. //height: 200rpx;
  239. width: 66%;
  240. padding: 20rpx;
  241. background-image: url('../../static/image/index/1.png');
  242. background-size: cover;
  243. font-size: 20rpx;
  244. color: white;
  245. }
  246. }
  247. }
  248. .btns {
  249. display: flex;
  250. justify-content: center;
  251. align-items: center;
  252. gap: 40rpx;
  253. .oneBtn {
  254. display: flex;
  255. align-items: center;
  256. justify-content: center;
  257. width: 40%;
  258. height: 70rpx;
  259. border-radius: 40rpx;
  260. color: #1F1C39;
  261. font-size: 28rpx;
  262. margin: 20rpx 10rpx 0 0;
  263. background: #f2f2f2;
  264. //margin-top: 20rpx;
  265. border-radius: 40rpx;
  266. }
  267. .twoBtn {
  268. display: flex;
  269. align-items: center;
  270. justify-content: center;
  271. width: 40%;
  272. height: 70rpx;
  273. border-radius: 40rpx;
  274. color: #1F1C39;
  275. font-size: 28rpx;
  276. margin: 20rpx 10rpx 0 0;
  277. background: #f2f2f2;
  278. //margin-top: 20rpx;
  279. border-radius: 40rpx;
  280. }
  281. }
  282. }
  283. // 采购商
  284. .purchaser {
  285. display: flex;
  286. flex-direction: column;
  287. //gap: 40rpx;
  288. background-color: #2e394d;
  289. .topItem {
  290. display: flex;
  291. justify-content: center;
  292. align-items: center;
  293. height: 280rpx;
  294. background-image: url('../../static/image/index/1.png');
  295. background-size: cover;
  296. .imageFrame {
  297. width: 90%;
  298. height: 90%;
  299. //padding:80rpx;
  300. }
  301. }
  302. .threeHeOne {
  303. display: flex;
  304. padding: 20rpx 40rpx 10rpx;
  305. flex-direction: column;
  306. .oneItem {
  307. display: flex;
  308. .left {
  309. display: flex;
  310. flex-direction: column;
  311. justify-content: center;
  312. align-items: center;
  313. gap: 10rpx;
  314. width: 33%;
  315. background-color: #1e293d;
  316. color: white;
  317. font-size: 26rpx;
  318. .subText {
  319. background-color: #2e394d;
  320. padding: 0 20rpx;
  321. }
  322. }
  323. .right {
  324. height: 180rpx;
  325. width: 66%;
  326. padding: 20rpx;
  327. background-image: url('../../static/image/index/1.png');
  328. background-size: cover;
  329. font-size: 20rpx;
  330. color: white;
  331. }
  332. }
  333. .twoItem {
  334. display: flex;
  335. justify-content: space-between;
  336. gap: 20rpx;
  337. height: 280rpx;
  338. margin-top: 20rpx;
  339. padding: 10rpx;
  340. .left {
  341. width: 60%;
  342. padding: 20rpx;
  343. background-color: #1e293d;
  344. }
  345. .right {
  346. width: 40%;
  347. padding: 20rpx;
  348. background-color: #1e293d;
  349. }
  350. }
  351. .threeItem {
  352. display: flex;
  353. //width: 100vw;
  354. .left {
  355. display: flex;
  356. flex-direction: column;
  357. justify-content: center;
  358. align-items: center;
  359. gap: 20rpx;
  360. width: 33%;
  361. background-color: #1e293d;
  362. color: white;
  363. font-size: 26rpx;
  364. .subText {
  365. background-color: #2e394d;
  366. padding: 0 20rpx;
  367. }
  368. }
  369. .right {
  370. height: 200rpx;
  371. width: 66%;
  372. padding: 20rpx;
  373. background-image: url('../../static/image/index/1.png');
  374. background-size: cover;
  375. font-size: 20rpx;
  376. color: white;
  377. }
  378. }
  379. }
  380. }
  381. }
  382. </style>