lin
2026-04-28 712844618d24083cb66847acbea3ef068fc42a48
UI: 澜品优选优化
2 files modified
6 ■■■■ changed files
pages/quanyi/add.vue 2 ●●● patch | view | raw | blame | history
pages/quanyi/components/agreement/index.vue 4 ●●●● patch | view | raw | blame | history
pages/quanyi/add.vue
@@ -1258,7 +1258,7 @@
      <addAddress :addressDetail="addressDetail" @off="$refs.address.close()" @submit="e => addressDetail = e"></addAddress>
    </uv-popup>
    <!-- <text-box v-if="showTextBox" ref="textBox" :getPlatformProtocolNewList="getPlatformProtocolNewList"></text-box> -->
    <text-box v-if="showTextBox" ref="textBox" :getPlatformProtocolNewList="getPlatformProtocolNewList"></text-box>
  </view>
</template>
pages/quanyi/components/agreement/index.vue
@@ -13,8 +13,8 @@
    uni.request( {
      url: _this.$webHost + "/api/v2/renpin/H5/getPlatformProtocolNew",
      data: {
        customerId: uni.getStorageSync('qxgLogin').customerId,
        appId: uni.getStorageSync('qxgLogin').appId
        customerId: uni.getStorageSync('ygxLogin').customerId,
        appId: uni.getStorageSync('ygxLogin').appId
      },
      method: 'GET',
      success(res) {