亚洲精品亚洲人成在线观看麻豆,在线欧美视频一区,亚洲国产精品一区二区动图,色综合久久丁香婷婷

              當(dāng)前位置:首頁 > IT技術(shù) > 微信平臺(tái) > 正文

              微信小程序七夕節(jié)禮物
              2021-07-26 10:32:33

              ?

              VSCode
              Node.js
              HbuilderX

              安裝前端開發(fā)環(huán)境

              微信小程序七夕節(jié)禮物_微信小程序

              image.png

              npm install -g cnpm
              --registry=https://registry.npm.taobao.org
              cnpm install -g less

              微信小程序七夕節(jié)禮物_微信小程序_02

              image.png

              HBuilderX是國(guó)內(nèi)最優(yōu)秀的前端開發(fā)工具,我們用它來開發(fā)Electron項(xiàng)目和小程序項(xiàng)目

              微信小程序七夕節(jié)禮物_微信小程序_03

              image.png

              微信小程序七夕節(jié)禮物_微信小程序_04

              image.png

              微信小程序七夕節(jié)禮物_微信小程序_05

              image.png

              微信小程序七夕節(jié)禮物_微信小程序_06

              image.png

              微信小程序七夕節(jié)禮物_微信小程序_07

              image.png

              微信小程序七夕節(jié)禮物_微信小程序_08

              image.png

              微信小程序七夕節(jié)禮物_微信小程序_09

              image.png

              {
              "pages": [
              "pages/index/index"
              ],
              "requiredBackgroundModes": [
              "audio",
              "location"
              ],
              "subPackages": [],
              "window": {
              "navigationBarTextStyle": "black",
              "navigationBarTitleText": "我喜歡你",
              "navigationBarBackgroundColor": "#F8F8F8",
              "backgroundColor": "#F8F8F8"
              },
              "usingComponents": {}
              }
              @import './common/main.wxss';
              require('./common/runtime.js')
              require('./common/vendor.js')
              require('./common/main.js')
              .content {
              padding: 0 40rpx;
              }
              .content image {
              width: 100%;
              }
              .content .title {
              display: block;
              text-align: center;
              font-size: 50rpx;
              font-weight: bold;
              }
              .content .operate {
              text-align: center;
              margin-top: 30rpx;
              margin-bottom: 30rpx;
              }
              .content .operate .btn {
              width: 200rpx;
              height: 80rpx;
              display: inline-block;
              }
              .content .operate .btn:first-of-type {
              margin-right: 40rpx;
              }
              .content .message {
              font-size: 34rpx;
              margin: 15rpx 0;
              color: #333;
              }
              <view class="content"><image src="../../static/g1.gif" mode="widthFix"></image><text class="title">小姐姐,做我女朋友吧!</text><view class="operate"><button class="btn" type="primary" data-event-opts="{{[['tap',[['agree',['$event']]]]]}}" bindtap="__e">好呀</button><button class="btn" type="warn" data-event-opts="{{[['tap',[['disagree',['$event']]]]]}}" bindtap="__e">不好</button></view><block wx:for="{{love}}" wx:for-item="one" wx:for-index="__i0__" wx:key="*this"><view class="message">{{one}}</view></block></view>

              若本號(hào)內(nèi)容有做得不到位的地方(比如:涉及版權(quán)或其他問題),請(qǐng)及時(shí)聯(lián)系我們進(jìn)行整改即可,會(huì)在第一時(shí)間進(jìn)行處理。

              微信小程序七夕節(jié)禮物_微信小程序_10

              ?

              ?

              本文摘自 :https://blog.51cto.com/u

              開通會(huì)員,享受整站包年服務(wù)立即開通 >