铝交易,微信公众号
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.

448 lines
11 KiB

8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
7 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 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. onShow(){
  134. console.log(this.userShop,"this.userShop")
  135. },
  136. methods: {
  137. goToPage(titleIndex) {
  138. uni.navigateTo({url:'/pages_order/order/offerOrBillLading?titleIndex='+titleIndex})
  139. },
  140. }
  141. }
  142. </script>
  143. <style scoped lang="scss">
  144. * {
  145. box-sizing: border-box;
  146. }
  147. .page {
  148. background-color: #2e394d;
  149. // 供应商
  150. .supplier {
  151. display: flex;
  152. flex-direction: column;
  153. height: calc(100vh - 120rpx - 120rpx);
  154. background-color: #2e394d;
  155. .topItem {
  156. display: flex;
  157. justify-content: center;
  158. align-items: center;
  159. height: 30%;
  160. background-image: url('../../static/image/index/1.png');
  161. background-size: cover;
  162. .imageFrame {
  163. width: 90%;
  164. height: 90%;
  165. //padding:80rpx;
  166. }
  167. }
  168. .threeHeOne {
  169. display: flex;
  170. padding: 20rpx 40rpx 10rpx;
  171. flex-direction: column;
  172. height: 60%;
  173. .oneItem {
  174. display: flex;
  175. height: 33%;
  176. .left {
  177. display: flex;
  178. flex-direction: column;
  179. justify-content: center;
  180. align-items: center;
  181. gap: 10rpx;
  182. width: 33%;
  183. background-color: #1e293d;
  184. color: white;
  185. font-size: 26rpx;
  186. .subText {
  187. width: 80%;
  188. background-color: #2e394d;
  189. padding: 0 20rpx;
  190. }
  191. }
  192. .right {
  193. //height: 30%;
  194. width: 66%;
  195. padding: 20rpx;
  196. background-image: url('../../static/image/index/1.png');
  197. background-size: cover;
  198. font-size: 20rpx;
  199. color: white;
  200. }
  201. }
  202. .twoItem {
  203. display: flex;
  204. justify-content: space-between;
  205. gap: 20rpx;
  206. height: 33%;
  207. margin-top: 20rpx;
  208. padding: 10rpx;
  209. .left {
  210. width: 60%;
  211. padding: 20rpx;
  212. background-color: #1e293d;
  213. }
  214. .right {
  215. width: 40%;
  216. padding: 20rpx;
  217. background-color: #1e293d;
  218. }
  219. }
  220. .threeItem {
  221. display: flex;
  222. //width: 100vw;
  223. height: 33%;
  224. .left {
  225. display: flex;
  226. flex-direction: column;
  227. justify-content: center;
  228. align-items: center;
  229. gap: 20rpx;
  230. width: 33%;
  231. background-color: #1e293d;
  232. color: white;
  233. font-size: 26rpx;
  234. .subText {
  235. background-color: #2e394d;
  236. width: 80%;
  237. padding: 0 20rpx;
  238. }
  239. }
  240. .right {
  241. //height: 200rpx;
  242. width: 66%;
  243. padding: 20rpx;
  244. background-image: url('../../static/image/index/1.png');
  245. background-size: cover;
  246. font-size: 20rpx;
  247. color: white;
  248. }
  249. }
  250. }
  251. .btns {
  252. display: flex;
  253. justify-content: center;
  254. align-items: center;
  255. gap: 40rpx;
  256. .oneBtn {
  257. display: flex;
  258. align-items: center;
  259. justify-content: center;
  260. width: 40%;
  261. height: 70rpx;
  262. border-radius: 40rpx;
  263. color: #1F1C39;
  264. font-size: 28rpx;
  265. margin: 20rpx 10rpx 0 0;
  266. background: #f2f2f2;
  267. //margin-top: 20rpx;
  268. border-radius: 40rpx;
  269. }
  270. .twoBtn {
  271. display: flex;
  272. align-items: center;
  273. justify-content: center;
  274. width: 40%;
  275. height: 70rpx;
  276. border-radius: 40rpx;
  277. color: #1F1C39;
  278. font-size: 28rpx;
  279. margin: 20rpx 10rpx 0 0;
  280. background: #f2f2f2;
  281. //margin-top: 20rpx;
  282. border-radius: 40rpx;
  283. }
  284. }
  285. }
  286. // 采购商
  287. .purchaser {
  288. display: flex;
  289. flex-direction: column;
  290. //gap: 40rpx;
  291. background-color: #2e394d;
  292. .topItem {
  293. display: flex;
  294. justify-content: center;
  295. align-items: center;
  296. height: 280rpx;
  297. background-image: url('../../static/image/index/1.png');
  298. background-size: cover;
  299. .imageFrame {
  300. width: 90%;
  301. height: 90%;
  302. //padding:80rpx;
  303. }
  304. }
  305. .threeHeOne {
  306. display: flex;
  307. padding: 20rpx 40rpx 10rpx;
  308. flex-direction: column;
  309. .oneItem {
  310. display: flex;
  311. .left {
  312. display: flex;
  313. flex-direction: column;
  314. justify-content: center;
  315. align-items: center;
  316. gap: 10rpx;
  317. width: 33%;
  318. background-color: #1e293d;
  319. color: white;
  320. font-size: 26rpx;
  321. .subText {
  322. background-color: #2e394d;
  323. padding: 0 20rpx;
  324. }
  325. }
  326. .right {
  327. height: 180rpx;
  328. width: 66%;
  329. padding: 20rpx;
  330. background-image: url('../../static/image/index/1.png');
  331. background-size: cover;
  332. font-size: 20rpx;
  333. color: white;
  334. }
  335. }
  336. .twoItem {
  337. display: flex;
  338. justify-content: space-between;
  339. gap: 20rpx;
  340. height: 280rpx;
  341. margin-top: 20rpx;
  342. padding: 10rpx;
  343. .left {
  344. width: 60%;
  345. padding: 20rpx;
  346. background-color: #1e293d;
  347. }
  348. .right {
  349. width: 40%;
  350. padding: 20rpx;
  351. background-color: #1e293d;
  352. }
  353. }
  354. .threeItem {
  355. display: flex;
  356. //width: 100vw;
  357. .left {
  358. display: flex;
  359. flex-direction: column;
  360. justify-content: center;
  361. align-items: center;
  362. gap: 20rpx;
  363. width: 33%;
  364. background-color: #1e293d;
  365. color: white;
  366. font-size: 26rpx;
  367. .subText {
  368. background-color: #2e394d;
  369. padding: 0 20rpx;
  370. }
  371. }
  372. .right {
  373. height: 200rpx;
  374. width: 66%;
  375. padding: 20rpx;
  376. background-image: url('../../static/image/index/1.png');
  377. background-size: cover;
  378. font-size: 20rpx;
  379. color: white;
  380. }
  381. }
  382. }
  383. }
  384. }
  385. </style>